#FCF6DF

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

Shades of Corn Silk #FCF6DF

Tints of Corn Silk #FCF6DF

Color information

#FCF6DF (or 0xFCF6DF) is unknown color: approx Corn Silk. HEX triplet: FC, F6 and DF. RGB value is (252,246,223). Sum of RGB (Red+Green+Blue) = 252+246+223=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 223 (87.5% from 255 or 30.93% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6DF is #030920. Grayscale: #F5F5F5. Windows color (decimal): -198945 or 14677756. OLE color: 14677756.

HSL color Cylindrical-coordinate representation of color #FCF6DF: hue angle of 47.59º 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 #FCF6DF is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252246223-
CMYK00.020.120.01
HSL47.59º82.86%93.14%-
HSV(B)47.59º11.51%98.82%-
XYZ86.4291.9383-
YUV245.17115.49132.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 246 (96.48% from 255) = 34.12%
BLUE value IS 223 (87.5% from 255) = 30.93%
R=34.95%
G=34.12%
B=30.93%

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
Decimal25224622300.020.120.0147.5982.8693.14
HexFCF6DF02C130535d
Octal3743663370214160123135
Binary1111110011110110110111110101100111000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF6DF; }

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

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

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

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

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

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

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

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