Shades of Negroni #F3CBA3
Tints of Negroni #F3CBA3
RGB
CMYK
RGB Variations
Color information
#F3CBA3 (or 0xF3CBA3) is known color: Negroni. HEX triplet: F3, CB and A3. RGB value is (243,203,163). Sum of RGB (Red+Green+Blue) = 243+203+163=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 163 (64.06% from 255 or 26.77% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CBA3 is #0C345C. Grayscale: #D2D2D2. Windows color (decimal): -799837 or 10734579. OLE color: 10734579.
HSL color Cylindrical-coordinate representation of color #F3CBA3: hue angle of 30º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3CBA3 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 163 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.05 |
| HSL | 30º | 0.77% | 0.8% | - |
| HSV(B) | 30º | 0.33% | 0.95% | - |
| XYZ | 64.93 | 64.41 | 43.66 | - |
| YUV | 210.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 163 | 0 | 0.16 | 0.33 | 0.05 | 30 | 0.77 | 0.8 |
| Hex | F3 | CB | A3 | 0 | 10 | 21 | 5 | 1E | 4D | 50 |
| Octal | 363 | 313 | 243 | 0 | 20 | 41 | 5 | 36 | 115 | 120 |
| Binary | 11110011 | 11001011 | 10100011 | 0 | 10000 | 100001 | 101 | 11110 | 1001101 | 1010000 |
Color Harmonies of #F3CBA3
Complementary color
Monochromatic Colors of #F3CBA3
Black with #F3CBA3
Text Example
Text Example
White with #F3CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBA3; }
p { color: rgb(243,203,163); }
H1.HeaderClassName
{
color: #F3CBA3;
}
.AnyTagClassName
{
color: #F3CBA3;
}
</style>
background-color css
<style>
a { background-color: #F3CBA3; }
a { background-color: rgb(243,203,163); }
div.DivClassName
{
background-color: #F3CBA3;
}
.BgClassName
{
background-color: #F3CBA3;
}
</style>
border-color css
<style>
span { border-color: #F3CBA3; }
span { border-color: rgb(243,203,163); }
td.TdClassName
{
border-color: #F3CBA3;
}
.TagClassName
{
border-color: #F3CBA3;
}
</style>