Shades of Negroni #F0CBA9
Tints of Negroni #F0CBA9
RGB
CMYK
RGB Variations
Color information
#F0CBA9 (or 0xF0CBA9) is known color: Negroni. HEX triplet: F0, CB and A9. RGB value is (240,203,169). Sum of RGB (Red+Green+Blue) = 240+203+169=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 169 (66.41% from 255 or 27.61% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CBA9 is #0F3456. Grayscale: #D2D2D2. Windows color (decimal): -996439 or 11127792. OLE color: 11127792.
HSL color Cylindrical-coordinate representation of color #F0CBA9: hue angle of 28.73º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0CBA9 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 169 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.06 |
| HSL | 28.73º | 0.7% | 0.8% | - |
| HSV(B) | 28.73º | 0.3% | 0.94% | - |
| XYZ | 64.45 | 64.1 | 46.51 | - |
| YUV | 210.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 169 | 0 | 0.15 | 0.30 | 0.06 | 28.73 | 0.7 | 0.8 |
| Hex | F0 | CB | A9 | 0 | F | 1E | 6 | 1D | 46 | 50 |
| Octal | 360 | 313 | 251 | 0 | 17 | 36 | 6 | 35 | 106 | 120 |
| Binary | 11110000 | 11001011 | 10101001 | 0 | 1111 | 11110 | 110 | 11101 | 1000110 | 1010000 |
Color Harmonies of #F0CBA9
Complementary color
Monochromatic Colors of #F0CBA9
Black with #F0CBA9
Text Example
Text Example
White with #F0CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBA9; }
p { color: rgb(240,203,169); }
H1.HeaderClassName
{
color: #F0CBA9;
}
.AnyTagClassName
{
color: #F0CBA9;
}
</style>
background-color css
<style>
a { background-color: #F0CBA9; }
a { background-color: rgb(240,203,169); }
div.DivClassName
{
background-color: #F0CBA9;
}
.BgClassName
{
background-color: #F0CBA9;
}
</style>
border-color css
<style>
span { border-color: #F0CBA9; }
span { border-color: rgb(240,203,169); }
td.TdClassName
{
border-color: #F0CBA9;
}
.TagClassName
{
border-color: #F0CBA9;
}
</style>