Shades of Corn Field #FAF3CB
Tints of Corn Field #FAF3CB
RGB
CMYK
RGB Variations
Color information
#FAF3CB (or 0xFAF3CB) is known color: Corn Field. HEX triplet: FA, F3 and CB. RGB value is (250,243,203). Sum of RGB (Red+Green+Blue) = 250+243+203=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3CB is #050C34. Grayscale: #F0F0F0. Windows color (decimal): -330805 or 13366266. OLE color: 13366266.
HSL color Cylindrical-coordinate representation of color #FAF3CB: hue angle of 51.06º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAF3CB is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 203 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.02 |
| HSL | 51.06º | 0.82% | 0.89% | - |
| HSV(B) | 51.06º | 0.19% | 0.98% | - |
| XYZ | 82.25 | 88.74 | 69.29 | - |
| YUV | 240.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 203 | 0 | 0.03 | 0.19 | 0.02 | 51.06 | 0.82 | 0.89 |
| Hex | FA | F3 | CB | 0 | 3 | 13 | 2 | 33 | 52 | 59 |
| Octal | 372 | 363 | 313 | 0 | 3 | 23 | 2 | 63 | 122 | 131 |
| Binary | 11111010 | 11110011 | 11001011 | 0 | 11 | 10011 | 10 | 110011 | 1010010 | 1011001 |
Color Harmonies of #FAF3CB
Complementary color
Monochromatic Colors of #FAF3CB
Black with #FAF3CB
Text Example
Text Example
White with #FAF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF3CB; }
p { color: rgb(250,243,203); }
H1.HeaderClassName
{
color: #FAF3CB;
}
.AnyTagClassName
{
color: #FAF3CB;
}
</style>
background-color css
<style>
a { background-color: #FAF3CB; }
a { background-color: rgb(250,243,203); }
div.DivClassName
{
background-color: #FAF3CB;
}
.BgClassName
{
background-color: #FAF3CB;
}
</style>
border-color css
<style>
span { border-color: #FAF3CB; }
span { border-color: rgb(250,243,203); }
td.TdClassName
{
border-color: #FAF3CB;
}
.TagClassName
{
border-color: #FAF3CB;
}
</style>