Shades of New Tan #F2CB9C
Tints of New Tan #F2CB9C
RGB
CMYK
RGB Variations
Color information
#F2CB9C (or 0xF2CB9C) is known color: New Tan. HEX triplet: F2, CB and 9C. RGB value is (242,203,156). Sum of RGB (Red+Green+Blue) = 242+203+156=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CB9C is #0D3463. Grayscale: #D1D1D1. Windows color (decimal): -865380 or 10275826. OLE color: 10275826.
HSL color Cylindrical-coordinate representation of color #F2CB9C: hue angle of 32.79º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2CB9C is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 156 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.05 |
| HSL | 32.79º | 0.77% | 0.78% | - |
| HSV(B) | 32.79º | 0.36% | 0.95% | - |
| XYZ | 63.97 | 63.99 | 40.43 | - |
| YUV | 209.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 156 | 0 | 0.16 | 0.36 | 0.05 | 32.79 | 0.77 | 0.78 |
| Hex | F2 | CB | 9C | 0 | 10 | 24 | 5 | 21 | 4D | 4E |
| Octal | 362 | 313 | 234 | 0 | 20 | 44 | 5 | 41 | 115 | 116 |
| Binary | 11110010 | 11001011 | 10011100 | 0 | 10000 | 100100 | 101 | 100001 | 1001101 | 1001110 |
Color Harmonies of #F2CB9C
Complementary color
Monochromatic Colors of #F2CB9C
Black with #F2CB9C
Text Example
Text Example
White with #F2CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB9C; }
p { color: rgb(242,203,156); }
H1.HeaderClassName
{
color: #F2CB9C;
}
.AnyTagClassName
{
color: #F2CB9C;
}
</style>
background-color css
<style>
a { background-color: #F2CB9C; }
a { background-color: rgb(242,203,156); }
div.DivClassName
{
background-color: #F2CB9C;
}
.BgClassName
{
background-color: #F2CB9C;
}
</style>
border-color css
<style>
span { border-color: #F2CB9C; }
span { border-color: rgb(242,203,156); }
td.TdClassName
{
border-color: #F2CB9C;
}
.TagClassName
{
border-color: #F2CB9C;
}
</style>