Shades of Negroni #F6CAA2
Tints of Negroni #F6CAA2
RGB
CMYK
RGB Variations
Color information
#F6CAA2 (or 0xF6CAA2) is known color: Negroni. HEX triplet: F6, CA and A2. RGB value is (246,202,162). Sum of RGB (Red+Green+Blue) = 246+202+162=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 162 (63.67% from 255 or 26.56% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CAA2 is #09355D. Grayscale: #D2D2D2. Windows color (decimal): -603486 or 10668790. OLE color: 10668790.
HSL color Cylindrical-coordinate representation of color #F6CAA2: hue angle of 28.57º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6CAA2 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 162 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.04 |
| HSL | 28.57º | 0.82% | 0.8% | - |
| HSV(B) | 28.57º | 0.34% | 0.96% | - |
| XYZ | 65.65 | 64.44 | 43.16 | - |
| YUV | 210.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 162 | 0 | 0.18 | 0.34 | 0.04 | 28.57 | 0.82 | 0.8 |
| Hex | F6 | CA | A2 | 0 | 12 | 22 | 4 | 1D | 52 | 50 |
| Octal | 366 | 312 | 242 | 0 | 22 | 42 | 4 | 35 | 122 | 120 |
| Binary | 11110110 | 11001010 | 10100010 | 0 | 10010 | 100010 | 100 | 11101 | 1010010 | 1010000 |
Color Harmonies of #F6CAA2
Complementary color
Monochromatic Colors of #F6CAA2
Black with #F6CAA2
Text Example
Text Example
White with #F6CAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CAA2; }
p { color: rgb(246,202,162); }
H1.HeaderClassName
{
color: #F6CAA2;
}
.AnyTagClassName
{
color: #F6CAA2;
}
</style>
background-color css
<style>
a { background-color: #F6CAA2; }
a { background-color: rgb(246,202,162); }
div.DivClassName
{
background-color: #F6CAA2;
}
.BgClassName
{
background-color: #F6CAA2;
}
</style>
border-color css
<style>
span { border-color: #F6CAA2; }
span { border-color: rgb(246,202,162); }
td.TdClassName
{
border-color: #F6CAA2;
}
.TagClassName
{
border-color: #F6CAA2;
}
</style>