Shades of Negroni #F1CBA1
Tints of Negroni #F1CBA1
RGB
CMYK
RGB Variations
Color information
#F1CBA1 (or 0xF1CBA1) is known color: Negroni. HEX triplet: F1, CB and A1. RGB value is (241,203,161). Sum of RGB (Red+Green+Blue) = 241+203+161=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CBA1 is #0E345E. Grayscale: #D1D1D1. Windows color (decimal): -930911 or 10603505. OLE color: 10603505.
HSL color Cylindrical-coordinate representation of color #F1CBA1: hue angle of 31.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1CBA1 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 161 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.05 |
| HSL | 31.5º | 0.74% | 0.79% | - |
| HSV(B) | 31.5º | 0.33% | 0.95% | - |
| XYZ | 64.06 | 63.99 | 42.69 | - |
| YUV | 209.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 161 | 0 | 0.16 | 0.33 | 0.05 | 31.5 | 0.74 | 0.79 |
| Hex | F1 | CB | A1 | 0 | 10 | 21 | 5 | 1F | 4A | 4F |
| Octal | 361 | 313 | 241 | 0 | 20 | 41 | 5 | 37 | 112 | 117 |
| Binary | 11110001 | 11001011 | 10100001 | 0 | 10000 | 100001 | 101 | 11111 | 1001010 | 1001111 |
Color Harmonies of #F1CBA1
Complementary color
Monochromatic Colors of #F1CBA1
Black with #F1CBA1
Text Example
Text Example
White with #F1CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBA1; }
p { color: rgb(241,203,161); }
H1.HeaderClassName
{
color: #F1CBA1;
}
.AnyTagClassName
{
color: #F1CBA1;
}
</style>
background-color css
<style>
a { background-color: #F1CBA1; }
a { background-color: rgb(241,203,161); }
div.DivClassName
{
background-color: #F1CBA1;
}
.BgClassName
{
background-color: #F1CBA1;
}
</style>
border-color css
<style>
span { border-color: #F1CBA1; }
span { border-color: rgb(241,203,161); }
td.TdClassName
{
border-color: #F1CBA1;
}
.TagClassName
{
border-color: #F1CBA1;
}
</style>