Shades of Corn Silk #FCF7DB
Tints of Corn Silk #FCF7DB
RGB
CMYK
RGB Variations
Color information
#FCF7DB (or 0xFCF7DB) is known color: Corn Silk. HEX triplet: FC, F7 and DB. RGB value is (252,247,219). Sum of RGB (Red+Green+Blue) = 252+247+219=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 247 (96.88% from 255 or 34.40% from 718); Blue value is 219 (85.94% from 255 or 30.50% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7DB is #030824. Grayscale: #F5F5F5. Windows color (decimal): -198693 or 14415868. OLE color: 14415868.
HSL color Cylindrical-coordinate representation of color #FCF7DB: hue angle of 50.91º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCF7DB is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 247 | 219 | - |
CMYK | 0 | 0.02 | 0.13 | 0.01 |
HSL | 50.91º | 0.85% | 0.92% | - |
HSV(B) | 50.91º | 0.13% | 0.99% | - |
XYZ | 86.19 | 92.33 | 80.3 | - |
YUV | 245.3 | 113.16 | 132.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 247 | 219 | 0 | 0.02 | 0.13 | 0.01 | 50.91 | 0.85 | 0.92 |
Hex | FC | F7 | DB | 0 | 2 | D | 1 | 33 | 55 | 5C |
Octal | 374 | 367 | 333 | 0 | 2 | 15 | 1 | 63 | 125 | 134 |
Binary | 11111100 | 11110111 | 11011011 | 0 | 10 | 1101 | 1 | 110011 | 1010101 | 1011100 |
Color Harmonies of #FCF7DB
Complementary color
Monochromatic Colors of #FCF7DB
Black with #FCF7DB
Text Example
Text Example
White with #FCF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7DB; }
p { color: rgb(252,247,219); }
H1.HeaderClassName
{
color: #FCF7DB;
}
.AnyTagClassName
{
color: #FCF7DB;
}
</style>
background-color css
<style>
a { background-color: #FCF7DB; }
a { background-color: rgb(252,247,219); }
div.DivClassName
{
background-color: #FCF7DB;
}
.BgClassName
{
background-color: #FCF7DB;
}
</style>
border-color css
<style>
span { border-color: #FCF7DB; }
span { border-color: rgb(252,247,219); }
td.TdClassName
{
border-color: #FCF7DB;
}
.TagClassName
{
border-color: #FCF7DB;
}
</style>