#FCF7DF

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

Shades of Corn Silk #FCF7DF

Tints of Corn Silk #FCF7DF

Color information

#FCF7DF (or 0xFCF7DF) is unknown color: approx Corn Silk. HEX triplet: FC, F7 and DF. RGB value is (252,247,223). Sum of RGB (Red+Green+Blue) = 252+247+223=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 247 (96.88% from 255 or 34.21% from 722); Blue value is 223 (87.5% from 255 or 30.89% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7DF is #030820. Grayscale: #F5F5F5. Windows color (decimal): -198689 or 14678012. OLE color: 14678012.

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

Color convert

RGB252247223-
CMYK00.020.120.01
HSL49.66º82.86%93.14%-
HSV(B)49.66º11.51%98.82%-
XYZ86.7292.5483.1-
YUV245.76115.16132.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 247 (96.88% from 255) = 34.21%
BLUE value IS 223 (87.5% from 255) = 30.89%
R=34.90%
G=34.21%
B=30.89%

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
Decimal25224722300.020.120.0149.6682.8693.14
HexFCF7DF02C132535d
Octal3743673370214162123135
Binary1111110011110111110111110101100111001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7DF; }

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

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

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

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

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

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

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

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