Shades of Negroni #F3C29E
Tints of Negroni #F3C29E
RGB
CMYK
RGB Variations
Color information
#F3C29E (or 0xF3C29E) is known color: Negroni. HEX triplet: F3, C2 and 9E. RGB value is (243,194,158). Sum of RGB (Red+Green+Blue) = 243+194+158=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C29E is #0C3D61. Grayscale: #CCCCCC. Windows color (decimal): -802146 or 10404595. OLE color: 10404595.
HSL color Cylindrical-coordinate representation of color #F3C29E: hue angle of 25.41º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3C29E is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 158 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.05 |
| HSL | 25.41º | 0.78% | 0.79% | - |
| HSV(B) | 25.41º | 0.35% | 0.95% | - |
| XYZ | 62.43 | 60.11 | 40.66 | - |
| YUV | 204.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 158 | 0 | 0.20 | 0.35 | 0.05 | 25.41 | 0.78 | 0.79 |
| Hex | F3 | C2 | 9E | 0 | 14 | 23 | 5 | 19 | 4E | 4F |
| Octal | 363 | 302 | 236 | 0 | 24 | 43 | 5 | 31 | 116 | 117 |
| Binary | 11110011 | 11000010 | 10011110 | 0 | 10100 | 100011 | 101 | 11001 | 1001110 | 1001111 |
Color Harmonies of #F3C29E
Complementary color
Monochromatic Colors of #F3C29E
Black with #F3C29E
Text Example
Text Example
White with #F3C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C29E; }
p { color: rgb(243,194,158); }
H1.HeaderClassName
{
color: #F3C29E;
}
.AnyTagClassName
{
color: #F3C29E;
}
</style>
background-color css
<style>
a { background-color: #F3C29E; }
a { background-color: rgb(243,194,158); }
div.DivClassName
{
background-color: #F3C29E;
}
.BgClassName
{
background-color: #F3C29E;
}
</style>
border-color css
<style>
span { border-color: #F3C29E; }
span { border-color: rgb(243,194,158); }
td.TdClassName
{
border-color: #F3C29E;
}
.TagClassName
{
border-color: #F3C29E;
}
</style>