Shades of Corn Field #F9F3CB
Tints of Corn Field #F9F3CB
RGB
CMYK
RGB Variations
Color information
#F9F3CB (or 0xF9F3CB) is known color: Corn Field. HEX triplet: F9, F3 and CB. RGB value is (249,243,203). Sum of RGB (Red+Green+Blue) = 249+243+203=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F3CB is #060C34. Grayscale: #F0F0F0. Windows color (decimal): -396341 or 13366265. OLE color: 13366265.
HSL color Cylindrical-coordinate representation of color #F9F3CB: hue angle of 52.17º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9F3CB is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 203 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.02 |
| HSL | 52.17º | 0.79% | 0.89% | - |
| HSV(B) | 52.17º | 0.18% | 0.98% | - |
| XYZ | 81.9 | 88.55 | 69.28 | - |
| YUV | 240.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 203 | 0 | 0.02 | 0.18 | 0.02 | 52.17 | 0.79 | 0.89 |
| Hex | F9 | F3 | CB | 0 | 2 | 12 | 2 | 34 | 4F | 59 |
| Octal | 371 | 363 | 313 | 0 | 2 | 22 | 2 | 64 | 117 | 131 |
| Binary | 11111001 | 11110011 | 11001011 | 0 | 10 | 10010 | 10 | 110100 | 1001111 | 1011001 |
Color Harmonies of #F9F3CB
Complementary color
Monochromatic Colors of #F9F3CB
Black with #F9F3CB
Text Example
Text Example
White with #F9F3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F3CB; }
p { color: rgb(249,243,203); }
H1.HeaderClassName
{
color: #F9F3CB;
}
.AnyTagClassName
{
color: #F9F3CB;
}
</style>
background-color css
<style>
a { background-color: #F9F3CB; }
a { background-color: rgb(249,243,203); }
div.DivClassName
{
background-color: #F9F3CB;
}
.BgClassName
{
background-color: #F9F3CB;
}
</style>
border-color css
<style>
span { border-color: #F9F3CB; }
span { border-color: rgb(249,243,203); }
td.TdClassName
{
border-color: #F9F3CB;
}
.TagClassName
{
border-color: #F9F3CB;
}
</style>