Shades of Corn Silk #FCF7E2
Tints of Corn Silk #FCF7E2
RGB
CMYK
RGB Variations
Color information
#FCF7E2 (or 0xFCF7E2) is known color: Corn Silk. HEX triplet: FC, F7 and E2. RGB value is (252,247,226). Sum of RGB (Red+Green+Blue) = 252+247+226=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 247 (96.88% from 255 or 34.07% from 725); Blue value is 226 (88.67% from 255 or 31.17% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7E2 is #03081D. Grayscale: #F6F6F6. Windows color (decimal): -198686 or 14874620. OLE color: 14874620.
HSL color Cylindrical-coordinate representation of color #FCF7E2: hue angle of 48.46º degrees, saturation: 0.81, 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 #FCF7E2 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 247 | 226 | - |
CMYK | 0 | 0.02 | 0.10 | 0.01 |
HSL | 48.46º | 0.81% | 0.94% | - |
HSV(B) | 48.46º | 0.1% | 0.99% | - |
XYZ | 87.13 | 92.71 | 85.25 | - |
YUV | 246.1 | 116.66 | 132.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 247 | 226 | 0 | 0.02 | 0.10 | 0.01 | 48.46 | 0.81 | 0.94 |
Hex | FC | F7 | E2 | 0 | 2 | A | 1 | 30 | 51 | 5E |
Octal | 374 | 367 | 342 | 0 | 2 | 12 | 1 | 60 | 121 | 136 |
Binary | 11111100 | 11110111 | 11100010 | 0 | 10 | 1010 | 1 | 110000 | 1010001 | 1011110 |
Color Harmonies of #FCF7E2
Complementary color
Monochromatic Colors of #FCF7E2
Black with #FCF7E2
Text Example
Text Example
White with #FCF7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7E2; }
p { color: rgb(252,247,226); }
H1.HeaderClassName
{
color: #FCF7E2;
}
.AnyTagClassName
{
color: #FCF7E2;
}
</style>
background-color css
<style>
a { background-color: #FCF7E2; }
a { background-color: rgb(252,247,226); }
div.DivClassName
{
background-color: #FCF7E2;
}
.BgClassName
{
background-color: #FCF7E2;
}
</style>
border-color css
<style>
span { border-color: #FCF7E2; }
span { border-color: rgb(252,247,226); }
td.TdClassName
{
border-color: #FCF7E2;
}
.TagClassName
{
border-color: #FCF7E2;
}
</style>