#FCF7DC

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

Shades of Corn Silk #FCF7DC

Tints of Corn Silk #FCF7DC

Color information

#FCF7DC (or 0xFCF7DC) is unknown color: approx Corn Silk. HEX triplet: FC, F7 and DC. RGB value is (252,247,220). Sum of RGB (Red+Green+Blue) = 252+247+220=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 247 (96.88% from 255 or 34.35% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7DC is #030823. Grayscale: #F5F5F5. Windows color (decimal): -198692 or 14481404. OLE color: 14481404.

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

Color convert

RGB252247220-
CMYK00.020.130.01
HSL50.62º84.21%92.55%-
HSV(B)50.62º12.7%98.82%-
XYZ86.3292.3880.99-
YUV245.42113.66132.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 247 (96.88% from 255) = 34.35%
BLUE value IS 220 (86.33% from 255) = 30.60%
R=35.05%
G=34.35%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224722000.020.130.0150.6284.2192.55
HexFCF7DC02D133545d
Octal3743673340215163124135
Binary1111110011110111110111000101101111001110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7DC; }

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

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

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

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

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

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

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

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