Shades of Corn Silk #FCF7E0
Tints of Corn Silk #FCF7E0
RGB
CMYK
RGB Variations
Color information
#FCF7E0 (or 0xFCF7E0) is known color: 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
| RGB | 252 | 247 | 224 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.01 |
| HSL | 49.29º | 0.82% | 0.93% | - |
| HSV(B) | 49.29º | 0.11% | 0.99% | - |
| XYZ | 86.86 | 92.6 | 83.82 | - |
| YUV | 245.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 224 | 0 | 0.02 | 0.11 | 0.01 | 49.29 | 0.82 | 0.93 |
| Hex | FC | F7 | E0 | 0 | 2 | B | 1 | 31 | 52 | 5D |
| Octal | 374 | 367 | 340 | 0 | 2 | 13 | 1 | 61 | 122 | 135 |
| Binary | 11111100 | 11110111 | 11100000 | 0 | 10 | 1011 | 1 | 110001 | 1010010 | 1011101 |
Color Harmonies of #FCF7E0
Complementary color
Monochromatic Colors of #FCF7E0
Black with #FCF7E0
Text Example
Text Example
White with #FCF7E0
Text Example
Text Example
HTML Codes & Css Web 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>