#FCF7E4

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

Shades of Corn Silk #FCF7E4

Tints of Corn Silk #FCF7E4

Color information

#FCF7E4 (or 0xFCF7E4) is unknown color: approx Corn Silk. HEX triplet: FC, F7 and E4. RGB value is (252,247,228). Sum of RGB (Red+Green+Blue) = 252+247+228=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 247 (96.88% from 255 or 33.98% from 727); Blue value is 228 (89.45% from 255 or 31.36% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7E4 is #03081B. Grayscale: #F6F6F6. Windows color (decimal): -198684 or 15005692. OLE color: 15005692.

HSL color Cylindrical-coordinate representation of color #FCF7E4: hue angle of 47.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCF7E4 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252247228-
CMYK00.020.100.01
HSL47.5º80%94.12%-
HSV(B)47.5º9.52%98.82%-
XYZ87.4192.8286.71-
YUV246.33117.66132.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.66%
GREEN value IS 247 (96.88% from 255) = 33.98%
BLUE value IS 228 (89.45% from 255) = 31.36%
R=34.66%
G=33.98%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224722800.020.100.0147.58094.12
HexFCF7E402A130505e
Octal3743673440212160120136
Binary1111110011110111111001000101010111000010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7E4; }

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

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

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

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

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

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

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

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