Shades of Negroni #F3CBA8
Tints of Negroni #F3CBA8
RGB
CMYK
RGB Variations
Color information
#F3CBA8 (or 0xF3CBA8) is known color: Negroni. HEX triplet: F3, CB and A8. RGB value is (243,203,168). Sum of RGB (Red+Green+Blue) = 243+203+168=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CBA8 is #0C3457. Grayscale: #D3D3D3. Windows color (decimal): -799832 or 11062259. OLE color: 11062259.
HSL color Cylindrical-coordinate representation of color #F3CBA8: hue angle of 28º 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 #F3CBA8 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 168 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.05 |
| HSL | 28º | 0.76% | 0.81% | - |
| HSV(B) | 28º | 0.31% | 0.95% | - |
| XYZ | 65.39 | 64.59 | 46.07 | - |
| YUV | 210.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 168 | 0 | 0.16 | 0.31 | 0.05 | 28 | 0.76 | 0.81 |
| Hex | F3 | CB | A8 | 0 | 10 | 1F | 5 | 1C | 4C | 51 |
| Octal | 363 | 313 | 250 | 0 | 20 | 37 | 5 | 34 | 114 | 121 |
| Binary | 11110011 | 11001011 | 10101000 | 0 | 10000 | 11111 | 101 | 11100 | 1001100 | 1010001 |
Color Harmonies of #F3CBA8
Complementary color
Monochromatic Colors of #F3CBA8
Black with #F3CBA8
Text Example
Text Example
White with #F3CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBA8; }
p { color: rgb(243,203,168); }
H1.HeaderClassName
{
color: #F3CBA8;
}
.AnyTagClassName
{
color: #F3CBA8;
}
</style>
background-color css
<style>
a { background-color: #F3CBA8; }
a { background-color: rgb(243,203,168); }
div.DivClassName
{
background-color: #F3CBA8;
}
.BgClassName
{
background-color: #F3CBA8;
}
</style>
border-color css
<style>
span { border-color: #F3CBA8; }
span { border-color: rgb(243,203,168); }
td.TdClassName
{
border-color: #F3CBA8;
}
.TagClassName
{
border-color: #F3CBA8;
}
</style>