Shades of Corn Silk #FCF6DB
Tints of Corn Silk #FCF6DB
RGB
CMYK
RGB Variations
Color information
#FCF6DB (or 0xFCF6DB) is known color: Corn Silk. HEX triplet: FC, F6 and DB. RGB value is (252,246,219). Sum of RGB (Red+Green+Blue) = 252+246+219=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 219 (85.94% from 255 or 30.54% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6DB is #030924. Grayscale: #F4F4F4. Windows color (decimal): -198949 or 14415612. OLE color: 14415612.
HSL color Cylindrical-coordinate representation of color #FCF6DB: hue angle of 49.09º 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 #FCF6DB is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 246 | 219 | - |
CMYK | 0 | 0.02 | 0.13 | 0.01 |
HSL | 49.09º | 0.85% | 0.92% | - |
HSV(B) | 49.09º | 0.13% | 0.99% | - |
XYZ | 85.89 | 91.72 | 80.2 | - |
YUV | 244.72 | 113.49 | 133.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 246 | 219 | 0 | 0.02 | 0.13 | 0.01 | 49.09 | 0.85 | 0.92 |
Hex | FC | F6 | DB | 0 | 2 | D | 1 | 31 | 55 | 5C |
Octal | 374 | 366 | 333 | 0 | 2 | 15 | 1 | 61 | 125 | 134 |
Binary | 11111100 | 11110110 | 11011011 | 0 | 10 | 1101 | 1 | 110001 | 1010101 | 1011100 |
Color Harmonies of #FCF6DB
Complementary color
Monochromatic Colors of #FCF6DB
Black with #FCF6DB
Text Example
Text Example
White with #FCF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6DB; }
p { color: rgb(252,246,219); }
H1.HeaderClassName
{
color: #FCF6DB;
}
.AnyTagClassName
{
color: #FCF6DB;
}
</style>
background-color css
<style>
a { background-color: #FCF6DB; }
a { background-color: rgb(252,246,219); }
div.DivClassName
{
background-color: #FCF6DB;
}
.BgClassName
{
background-color: #FCF6DB;
}
</style>
border-color css
<style>
span { border-color: #FCF6DB; }
span { border-color: rgb(252,246,219); }
td.TdClassName
{
border-color: #FCF6DB;
}
.TagClassName
{
border-color: #FCF6DB;
}
</style>