Shades of Negroni #F0CCA9
Tints of Negroni #F0CCA9
RGB
CMYK
RGB Variations
Color information
#F0CCA9 (or 0xF0CCA9) is known color: Negroni. HEX triplet: F0, CC and A9. RGB value is (240,204,169). Sum of RGB (Red+Green+Blue) = 240+204+169=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CCA9 is #0F3356. Grayscale: #D2D2D2. Windows color (decimal): -996183 or 11128048. OLE color: 11128048.
HSL color Cylindrical-coordinate representation of color #F0CCA9: hue angle of 29.58º 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 #F0CCA9 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 169 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.06 |
| HSL | 29.58º | 0.7% | 0.8% | - |
| HSV(B) | 29.58º | 0.3% | 0.94% | - |
| XYZ | 64.69 | 64.58 | 46.59 | - |
| YUV | 210.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 169 | 0 | 0.15 | 0.30 | 0.06 | 29.58 | 0.7 | 0.8 |
| Hex | F0 | CC | A9 | 0 | F | 1E | 6 | 1E | 46 | 50 |
| Octal | 360 | 314 | 251 | 0 | 17 | 36 | 6 | 36 | 106 | 120 |
| Binary | 11110000 | 11001100 | 10101001 | 0 | 1111 | 11110 | 110 | 11110 | 1000110 | 1010000 |
Color Harmonies of #F0CCA9
Complementary color
Monochromatic Colors of #F0CCA9
Black with #F0CCA9
Text Example
Text Example
White with #F0CCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCA9; }
p { color: rgb(240,204,169); }
H1.HeaderClassName
{
color: #F0CCA9;
}
.AnyTagClassName
{
color: #F0CCA9;
}
</style>
background-color css
<style>
a { background-color: #F0CCA9; }
a { background-color: rgb(240,204,169); }
div.DivClassName
{
background-color: #F0CCA9;
}
.BgClassName
{
background-color: #F0CCA9;
}
</style>
border-color css
<style>
span { border-color: #F0CCA9; }
span { border-color: rgb(240,204,169); }
td.TdClassName
{
border-color: #F0CCA9;
}
.TagClassName
{
border-color: #F0CCA9;
}
</style>