Shades of Corn Silk #FCF7DF
Tints of Corn Silk #FCF7DF
RGB
CMYK
RGB Variations
Color information
#FCF7DF (or 0xFCF7DF) is known color: Corn Silk. HEX triplet: FC, F7 and DF. RGB value is (252,247,223). Sum of RGB (Red+Green+Blue) = 252+247+223=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 247 (96.88% from 255 or 34.21% from 722); Blue value is 223 (87.5% from 255 or 30.89% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7DF is #030820. Grayscale: #F5F5F5. Windows color (decimal): -198689 or 14678012. OLE color: 14678012.
HSL color Cylindrical-coordinate representation of color #FCF7DF: hue angle of 49.66º 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 #FCF7DF is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 223 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.01 |
| HSL | 49.66º | 0.83% | 0.93% | - |
| HSV(B) | 49.66º | 0.12% | 0.99% | - |
| XYZ | 86.72 | 92.54 | 83.1 | - |
| YUV | 245.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 223 | 0 | 0.02 | 0.12 | 0.01 | 49.66 | 0.83 | 0.93 |
| Hex | FC | F7 | DF | 0 | 2 | C | 1 | 32 | 53 | 5D |
| Octal | 374 | 367 | 337 | 0 | 2 | 14 | 1 | 62 | 123 | 135 |
| Binary | 11111100 | 11110111 | 11011111 | 0 | 10 | 1100 | 1 | 110010 | 1010011 | 1011101 |
Color Harmonies of #FCF7DF
Complementary color
Monochromatic Colors of #FCF7DF
Black with #FCF7DF
Text Example
Text Example
White with #FCF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7DF; }
p { color: rgb(252,247,223); }
H1.HeaderClassName
{
color: #FCF7DF;
}
.AnyTagClassName
{
color: #FCF7DF;
}
</style>
background-color css
<style>
a { background-color: #FCF7DF; }
a { background-color: rgb(252,247,223); }
div.DivClassName
{
background-color: #FCF7DF;
}
.BgClassName
{
background-color: #FCF7DF;
}
</style>
border-color css
<style>
span { border-color: #FCF7DF; }
span { border-color: rgb(252,247,223); }
td.TdClassName
{
border-color: #FCF7DF;
}
.TagClassName
{
border-color: #FCF7DF;
}
</style>