Shades of Negroni #F0CAA0
Tints of Negroni #F0CAA0
RGB
CMYK
RGB Variations
Color information
#F0CAA0 (or 0xF0CAA0) is known color: Negroni. HEX triplet: F0, CA and A0. RGB value is (240,202,160). Sum of RGB (Red+Green+Blue) = 240+202+160=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CAA0 is #0F355F. Grayscale: #D0D0D0. Windows color (decimal): -996704 or 10537712. OLE color: 10537712.
HSL color Cylindrical-coordinate representation of color #F0CAA0: hue angle of 31.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0CAA0 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 160 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.06 |
| HSL | 31.5º | 0.73% | 0.78% | - |
| HSV(B) | 31.5º | 0.33% | 0.94% | - |
| XYZ | 63.4 | 63.3 | 42.14 | - |
| YUV | 208.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 160 | 0 | 0.16 | 0.33 | 0.06 | 31.5 | 0.73 | 0.78 |
| Hex | F0 | CA | A0 | 0 | 10 | 21 | 6 | 1F | 49 | 4E |
| Octal | 360 | 312 | 240 | 0 | 20 | 41 | 6 | 37 | 111 | 116 |
| Binary | 11110000 | 11001010 | 10100000 | 0 | 10000 | 100001 | 110 | 11111 | 1001001 | 1001110 |
Color Harmonies of #F0CAA0
Complementary color
Monochromatic Colors of #F0CAA0
Black with #F0CAA0
Text Example
Text Example
White with #F0CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAA0; }
p { color: rgb(240,202,160); }
H1.HeaderClassName
{
color: #F0CAA0;
}
.AnyTagClassName
{
color: #F0CAA0;
}
</style>
background-color css
<style>
a { background-color: #F0CAA0; }
a { background-color: rgb(240,202,160); }
div.DivClassName
{
background-color: #F0CAA0;
}
.BgClassName
{
background-color: #F0CAA0;
}
</style>
border-color css
<style>
span { border-color: #F0CAA0; }
span { border-color: rgb(240,202,160); }
td.TdClassName
{
border-color: #F0CAA0;
}
.TagClassName
{
border-color: #F0CAA0;
}
</style>