Shades of Negroni #F2CA9E
Tints of Negroni #F2CA9E
RGB
CMYK
RGB Variations
Color information
#F2CA9E (or 0xF2CA9E) is known color: Negroni. HEX triplet: F2, CA and 9E. RGB value is (242,202,158). Sum of RGB (Red+Green+Blue) = 242+202+158=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CA9E is #0D3561. Grayscale: #D1D1D1. Windows color (decimal): -865634 or 10406642. OLE color: 10406642.
HSL color Cylindrical-coordinate representation of color #F2CA9E: hue angle of 31.43º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2CA9E is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 158 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.05 |
| HSL | 31.43º | 0.76% | 0.78% | - |
| HSV(B) | 31.43º | 0.35% | 0.95% | - |
| XYZ | 63.91 | 63.59 | 41.25 | - |
| YUV | 208.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 158 | 0 | 0.17 | 0.35 | 0.05 | 31.43 | 0.76 | 0.78 |
| Hex | F2 | CA | 9E | 0 | 11 | 23 | 5 | 1F | 4C | 4E |
| Octal | 362 | 312 | 236 | 0 | 21 | 43 | 5 | 37 | 114 | 116 |
| Binary | 11110010 | 11001010 | 10011110 | 0 | 10001 | 100011 | 101 | 11111 | 1001100 | 1001110 |
Color Harmonies of #F2CA9E
Complementary color
Monochromatic Colors of #F2CA9E
Black with #F2CA9E
Text Example
Text Example
White with #F2CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA9E; }
p { color: rgb(242,202,158); }
H1.HeaderClassName
{
color: #F2CA9E;
}
.AnyTagClassName
{
color: #F2CA9E;
}
</style>
background-color css
<style>
a { background-color: #F2CA9E; }
a { background-color: rgb(242,202,158); }
div.DivClassName
{
background-color: #F2CA9E;
}
.BgClassName
{
background-color: #F2CA9E;
}
</style>
border-color css
<style>
span { border-color: #F2CA9E; }
span { border-color: rgb(242,202,158); }
td.TdClassName
{
border-color: #F2CA9E;
}
.TagClassName
{
border-color: #F2CA9E;
}
</style>