#FCF7DE

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

Shades of Corn Silk #FCF7DE

Tints of Corn Silk #FCF7DE

Color information

#FCF7DE (or 0xFCF7DE) is unknown color: approx Corn Silk. HEX triplet: FC, F7 and DE. RGB value is (252,247,222). Sum of RGB (Red+Green+Blue) = 252+247+222=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 247 (96.88% from 255 or 34.26% from 721); Blue value is 222 (87.11% from 255 or 30.79% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7DE is #030821. Grayscale: #F5F5F5. Windows color (decimal): -198690 or 14612476. OLE color: 14612476.

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

Color convert

RGB252247222-
CMYK00.020.120.01
HSL50º83.33%92.94%-
HSV(B)50º11.9%98.82%-
XYZ86.5992.4982.4-
YUV245.64114.66132.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 247 (96.88% from 255) = 34.26%
BLUE value IS 222 (87.11% from 255) = 30.79%
R=34.95%
G=34.26%
B=30.79%

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
Decimal25224722200.020.120.015083.3392.94
HexFCF7DE02C132535d
Octal3743673360214162123135
Binary1111110011110111110111100101100111001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7DE; }

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

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

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

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

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

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

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

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