Shades of Corn Field #FFF8C0
Tints of Corn Field #FFF8C0
RGB
CMYK
RGB Variations
Color information
#FFF8C0 (or 0xFFF8C0) is known color: Corn Field. HEX triplet: FF, F8 and C0. RGB value is (255,248,192). Sum of RGB (Red+Green+Blue) = 255+248+192=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 192 (75.39% from 255 or 27.63% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8C0 is #00073F. Grayscale: #F3F3F3. Windows color (decimal): -1856 or 12646655. OLE color: 12646655.
HSL color Cylindrical-coordinate representation of color #FFF8C0: hue angle of 53.33º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFF8C0 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 248 | 192 | - |
CMYK | 0 | 0.03 | 0.25 | 0 |
HSL | 53.33º | 1% | 0.88% | - |
HSV(B) | 53.33º | 0.25% | 1% | - |
XYZ | 84.32 | 92.2 | 63.22 | - |
YUV | 243.71 | 98.82 | 136.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 248 | 192 | 0 | 0.03 | 0.25 | 0 | 53.33 | 1 | 0.88 |
Hex | FF | F8 | C0 | 0 | 3 | 19 | 0 | 35 | 64 | 58 |
Octal | 377 | 370 | 300 | 0 | 3 | 31 | 0 | 65 | 144 | 130 |
Binary | 11111111 | 11111000 | 11000000 | 0 | 11 | 11001 | 0 | 110101 | 1100100 | 1011000 |
Color Harmonies of #FFF8C0
Complementary color
Monochromatic Colors of #FFF8C0
Black with #FFF8C0
Text Example
Text Example
White with #FFF8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8C0; }
p { color: rgb(255,248,192); }
H1.HeaderClassName
{
color: #FFF8C0;
}
.AnyTagClassName
{
color: #FFF8C0;
}
</style>
background-color css
<style>
a { background-color: #FFF8C0; }
a { background-color: rgb(255,248,192); }
div.DivClassName
{
background-color: #FFF8C0;
}
.BgClassName
{
background-color: #FFF8C0;
}
</style>
border-color css
<style>
span { border-color: #FFF8C0; }
span { border-color: rgb(255,248,192); }
td.TdClassName
{
border-color: #FFF8C0;
}
.TagClassName
{
border-color: #FFF8C0;
}
</style>