Shades of Negroni #F3C198
Tints of Negroni #F3C198
RGB
CMYK
RGB Variations
Color information
#F3C198 (or 0xF3C198) is known color: Negroni. HEX triplet: F3, C1 and 98. RGB value is (243,193,152). Sum of RGB (Red+Green+Blue) = 243+193+152=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 152 (59.77% from 255 or 25.85% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C198 is #0C3E67. Grayscale: #CBCBCB. Windows color (decimal): -802408 or 10011123. OLE color: 10011123.
HSL color Cylindrical-coordinate representation of color #F3C198: hue angle of 27.03º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F3C198 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 152 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.05 |
| HSL | 27.03º | 0.79% | 0.77% | - |
| HSV(B) | 27.03º | 0.37% | 0.95% | - |
| XYZ | 61.7 | 59.46 | 37.93 | - |
| YUV | 203.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 152 | 0 | 0.21 | 0.37 | 0.05 | 27.03 | 0.79 | 0.77 |
| Hex | F3 | C1 | 98 | 0 | 15 | 25 | 5 | 1B | 4F | 4D |
| Octal | 363 | 301 | 230 | 0 | 25 | 45 | 5 | 33 | 117 | 115 |
| Binary | 11110011 | 11000001 | 10011000 | 0 | 10101 | 100101 | 101 | 11011 | 1001111 | 1001101 |
Color Harmonies of #F3C198
Complementary color
Monochromatic Colors of #F3C198
Black with #F3C198
Text Example
Text Example
White with #F3C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C198; }
p { color: rgb(243,193,152); }
H1.HeaderClassName
{
color: #F3C198;
}
.AnyTagClassName
{
color: #F3C198;
}
</style>
background-color css
<style>
a { background-color: #F3C198; }
a { background-color: rgb(243,193,152); }
div.DivClassName
{
background-color: #F3C198;
}
.BgClassName
{
background-color: #F3C198;
}
</style>
border-color css
<style>
span { border-color: #F3C198; }
span { border-color: rgb(243,193,152); }
td.TdClassName
{
border-color: #F3C198;
}
.TagClassName
{
border-color: #F3C198;
}
</style>