COLOR #FCF0E6

HEX: #FCF0E6
RGB: (252,240,230)

Renk bilgisi

#FCF0E6 contains red, green and blue colors in about the same proportion. #FCF0E6 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#FCF0E6 color RGB value is (252,240,230).

  • kırmız ton 252;
  • yeşil ton 240;
  • mavi ton 230.
RGB:
(252,240,230)
(99%,94%,90%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 240 of 255 = 94%
B 230 of 255 = 90%

252
240
230

R + G + B ~ 94%. #FCF0E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 240 + 230 = 722 (100%)
R 252 of 722 ~ 34.9%
G 240 of 722 ~ 33.24%
B 230 of 722 ~ 31.86%

%34.9
%33.24
%31.86

CMYK RENK MODELİ

#FCF0E6 rengi CMYK tonu (0,5,9,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.76%
  • sarı tonu 8.73%
  • ana renk tonu 1.18%
CMYK:
(0,5,9,1)
C0M5Y9K1 
(0%,5%,9%,1%)
(0.00/0.05/0.09/0.01)	

CMYK yüzdeleri

%0
%4.76
%8.73
%1.18

Codes

Color #FCF0E6 in popluar color models

FCF0E6
RGB252240230
HSL27°78.57%94.51%
HSB/HSV27°8.73%98.82%
CMYK0.00%4.76%8.73%
1.18%

Color #FCF0E6 in popluar number systems.

HEXFCF0E6
Decimal252240230
Binary111111001111000011100110
Octal374360346

Shades and tints

Shades of #FCF0E6

#FCF0E6
(252,240,230)
#E6DBD2
(230,219,210)
#D0C6BE
(208,198,190)
#BAB1AA
(186,177,170)
#A49C96
(164,156,150)
#8E8782
(142,135,130)
#78726E
(120,114,110)
#625D5A
(98,93,90)
#4C4846
(76,72,70)
#363332
(54,51,50)
#201E1E
(32,30,30)
#000000
(0,0,0)

Tints of #FCF0E6

#FCF0E6
(252,240,230)
#FCF1E8
(252,241,232)
#FCF2EA
(252,242,234)
#FCF3EC
(252,243,236)
#FCF4EE
(252,244,238)
#FCF5F0
(252,245,240)
#FCF6F2
(252,246,242)
#FCF7F4
(252,247,244)
#FCF8F6
(252,248,246)
#FCF9F8
(252,249,248)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF0E6 color. Also use rgb(252,240,230) instead hex code.

Text Font Color

.myTextColor { color: #FCF0E6; }

<p style="color:#FCF0E6">This sample text font color is #FCF0E6.</p>

This text font color is #FCF0E6.


Background Color

.myBgColor { background-color: #FCF0E6; }

<div style="background-color:#FCF0E6">Inner text</div>

This div background color is #FCF0E6.


Border color

.myBorderColor { border: 1px solid #FCF0E6; }

<div style="border:3px solid #FCF0E6">Div</div>

This div border color is #FCF0E6.


Opacity

.myOpacity80 { color: #FCF0E6; opacity: 0.8; }

<p style="color:#FCF0E6;opacity:0.8;">80%</p>

Text with #FCF0E6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FCF0E6;}

<p style="text-shadow: 3px 3px 1px #FCF0E6">Text here.</p>

This text has shadow with #FCF0E6 color.

.textShadow {text-shadow: 3px 3px 1px #FCF0E6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FCF0E6, 5px 5px 20px red">Text here.</p>

This text has shadow with #FCF0E6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCF0E6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FCF0E6, Direction=45, Strength=4)">Text</p>

This text has shadow with #FCF0E6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FCF0E6;
  -webkit-box-shadow:	1px 1px 3px 2px #FCF0E6;
  box-shadow:		1px 1px 3px 2px #FCF0E6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCF0E6;
-webkit-box-shadow: 1px 1px 3px 2px #FCF0E6;
box-shadow:1px 1px 3px 2px #FCF0E6;">
Div content here</div>
This div box has shadow with color #FCF0E6.

Preview

Color preview on black background

This text has color #FCF0E6 on black background.


Color preview on white background

This text has color #FCF0E6 on white background.



Black color preview on #FCF0E6 background

This text has black color on #FCF0E6 background.


White color preview on #FCF0E6 background

This text has white color on #FCF0E6 background.