#FCF6DE

Color #FCF6DE Corn Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Silk #FCF6DE

Tints of Corn Silk #FCF6DE

Color information

#FCF6DE (or 0xFCF6DE) is unknown color: approx Corn Silk. HEX triplet: FC, F6 and DE. RGB value is (252,246,222). Sum of RGB (Red+Green+Blue) = 252+246+222=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 222 (87.11% from 255 or 30.83% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6DE is #030921. Grayscale: #F5F5F5. Windows color (decimal): -198946 or 14612220. OLE color: 14612220.

HSL color Cylindrical-coordinate representation of color #FCF6DE: hue angle of 48º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCF6DE is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252246222-
CMYK00.020.120.01
HSL48º83.33%92.94%-
HSV(B)48º11.9%98.82%-
XYZ86.2991.8882.29-
YUV245.06114.99132.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 246 (96.48% from 255) = 34.17%
BLUE value IS 222 (87.11% from 255) = 30.83%
R=35%
G=34.17%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224622200.020.120.014883.3392.94
HexFCF6DE02C130535d
Octal3743663360214160123135
Binary1111110011110110110111100101100111000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF6DE; }

 p { color: rgb(252,246,222); }

 H1.HeaderClassName
 {
   color: #FCF6DE;
 }
 .AnyTagClassName
 {
   color: #FCF6DE;
 }
</style>
background-color css

<style>
 a { background-color: #FCF6DE; }

 a { background-color: rgb(252,246,222); }

 div.DivClassName
 {
   background-color: #FCF6DE;
 }
 .BgClassName
 {
   background-color: #FCF6DE;
 }
</style>
border-color css

<style>
 span { border-color: #FCF6DE; }

 span { border-color: rgb(252,246,222); }

 td.TdClassName
 {
   border-color: #FCF6DE;
 }
 .TagClassName
 {
   border-color: #FCF6DE;
 }
</style>