#FCF7E0

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

Shades of Corn Silk #FCF7E0

Tints of Corn Silk #FCF7E0

Color information

#FCF7E0 (or 0xFCF7E0) is unknown color: approx Corn Silk. HEX triplet: FC, F7 and E0. RGB value is (252,247,224). Sum of RGB (Red+Green+Blue) = 252+247+224=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 247 (96.88% from 255 or 34.16% from 723); Blue value is 224 (87.89% from 255 or 30.98% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7E0 is #03081F. Grayscale: #F5F5F5. Windows color (decimal): -198688 or 14743548. OLE color: 14743548.

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

Color convert

RGB252247224-
CMYK00.020.110.01
HSL49.29º82.35%93.33%-
HSV(B)49.29º11.11%98.82%-
XYZ86.8692.683.82-
YUV245.87115.66132.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 247 (96.88% from 255) = 34.16%
BLUE value IS 224 (87.89% from 255) = 30.98%
R=34.85%
G=34.16%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224722400.020.110.0149.2982.3593.33
HexFCF7E002B131525d
Octal3743673400213161122135
Binary1111110011110111111000000101011111000110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7E0; }

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

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

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

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

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

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

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

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