Shades of Negroni #F3CAA8
Tints of Negroni #F3CAA8
RGB
CMYK
RGB Variations
Color information
#F3CAA8 (or 0xF3CAA8) is known color: Negroni. HEX triplet: F3, CA and A8. RGB value is (243,202,168). Sum of RGB (Red+Green+Blue) = 243+202+168=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CAA8 is #0C3557. Grayscale: #D2D2D2. Windows color (decimal): -800088 or 11062003. OLE color: 11062003.
HSL color Cylindrical-coordinate representation of color #F3CAA8: hue angle of 27.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3CAA8 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 168 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.05 |
| HSL | 27.2º | 0.76% | 0.81% | - |
| HSV(B) | 27.2º | 0.31% | 0.95% | - |
| XYZ | 65.15 | 64.12 | 45.99 | - |
| YUV | 210.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 168 | 0 | 0.17 | 0.31 | 0.05 | 27.2 | 0.76 | 0.81 |
| Hex | F3 | CA | A8 | 0 | 11 | 1F | 5 | 1B | 4C | 51 |
| Octal | 363 | 312 | 250 | 0 | 21 | 37 | 5 | 33 | 114 | 121 |
| Binary | 11110011 | 11001010 | 10101000 | 0 | 10001 | 11111 | 101 | 11011 | 1001100 | 1010001 |
Color Harmonies of #F3CAA8
Complementary color
Monochromatic Colors of #F3CAA8
Black with #F3CAA8
Text Example
Text Example
White with #F3CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CAA8; }
p { color: rgb(243,202,168); }
H1.HeaderClassName
{
color: #F3CAA8;
}
.AnyTagClassName
{
color: #F3CAA8;
}
</style>
background-color css
<style>
a { background-color: #F3CAA8; }
a { background-color: rgb(243,202,168); }
div.DivClassName
{
background-color: #F3CAA8;
}
.BgClassName
{
background-color: #F3CAA8;
}
</style>
border-color css
<style>
span { border-color: #F3CAA8; }
span { border-color: rgb(243,202,168); }
td.TdClassName
{
border-color: #F3CAA8;
}
.TagClassName
{
border-color: #F3CAA8;
}
</style>