Shades of Cornsilk #FFF8DC
Tints of Cornsilk #FFF8DC
RGB
CMYK
RGB Variations
Color information
#FFF8DC (or 0xFFF8DC) is known color: Cornsilk. HEX triplet: FF, F8 and DC. RGB value is (255,248,220). Sum of RGB (Red+Green+Blue) = 255+248+220=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 248 (97.27% from 255 or 34.30% from 723); Blue value is 220 (86.33% from 255 or 30.43% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8DC is #000723. Grayscale: #F7F7F7. Windows color (decimal): -1828 or 14481663. OLE color: 14481663.
HSL color Cylindrical-coordinate representation of color #FFF8DC: hue angle of 48º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFF8DC is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 248 | 220 | - |
CMYK | 0 | 0.03 | 0.14 | 0 |
HSL | 48º | 1% | 0.93% | - |
HSV(B) | 48º | 0.14% | 1% | - |
XYZ | 87.73 | 93.56 | 81.15 | - |
YUV | 246.9 | 112.82 | 133.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 248 | 220 | 0 | 0.03 | 0.14 | 0 | 48 | 1 | 0.93 |
Hex | FF | F8 | DC | 0 | 3 | E | 0 | 30 | 64 | 5D |
Octal | 377 | 370 | 334 | 0 | 3 | 16 | 0 | 60 | 144 | 135 |
Binary | 11111111 | 11111000 | 11011100 | 0 | 11 | 1110 | 0 | 110000 | 1100100 | 1011101 |
Color Harmonies of #FFF8DC
Complementary color
Monochromatic Colors of #FFF8DC
Black with #FFF8DC
Text Example
Text Example
White with #FFF8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8DC; }
p { color: rgb(255,248,220); }
H1.HeaderClassName
{
color: #FFF8DC;
}
.AnyTagClassName
{
color: #FFF8DC;
}
</style>
background-color css
<style>
a { background-color: #FFF8DC; }
a { background-color: rgb(255,248,220); }
div.DivClassName
{
background-color: #FFF8DC;
}
.BgClassName
{
background-color: #FFF8DC;
}
</style>
border-color css
<style>
span { border-color: #FFF8DC; }
span { border-color: rgb(255,248,220); }
td.TdClassName
{
border-color: #FFF8DC;
}
.TagClassName
{
border-color: #FFF8DC;
}
</style>