Shades of Negroni #F1CAA5
Tints of Negroni #F1CAA5
RGB
CMYK
RGB Variations
Color information
#F1CAA5 (or 0xF1CAA5) is known color: Negroni. HEX triplet: F1, CA and A5. RGB value is (241,202,165). Sum of RGB (Red+Green+Blue) = 241+202+165=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CAA5 is #0E355A. Grayscale: #D1D1D1. Windows color (decimal): -931163 or 10865393. OLE color: 10865393.
HSL color Cylindrical-coordinate representation of color #F1CAA5: hue angle of 29.21º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1CAA5 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 202 | 165 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.05 |
| HSL | 29.21º | 0.73% | 0.8% | - |
| HSV(B) | 29.21º | 0.32% | 0.95% | - |
| XYZ | 64.19 | 63.66 | 44.5 | - |
| YUV | 209.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 202 | 165 | 0 | 0.16 | 0.32 | 0.05 | 29.21 | 0.73 | 0.8 |
| Hex | F1 | CA | A5 | 0 | 10 | 20 | 5 | 1D | 49 | 50 |
| Octal | 361 | 312 | 245 | 0 | 20 | 40 | 5 | 35 | 111 | 120 |
| Binary | 11110001 | 11001010 | 10100101 | 0 | 10000 | 100000 | 101 | 11101 | 1001001 | 1010000 |
Color Harmonies of #F1CAA5
Complementary color
Monochromatic Colors of #F1CAA5
Black with #F1CAA5
Text Example
Text Example
White with #F1CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CAA5; }
p { color: rgb(241,202,165); }
H1.HeaderClassName
{
color: #F1CAA5;
}
.AnyTagClassName
{
color: #F1CAA5;
}
</style>
background-color css
<style>
a { background-color: #F1CAA5; }
a { background-color: rgb(241,202,165); }
div.DivClassName
{
background-color: #F1CAA5;
}
.BgClassName
{
background-color: #F1CAA5;
}
</style>
border-color css
<style>
span { border-color: #F1CAA5; }
span { border-color: rgb(241,202,165); }
td.TdClassName
{
border-color: #F1CAA5;
}
.TagClassName
{
border-color: #F1CAA5;
}
</style>