Shades of Negroni #F4C69D
Tints of Negroni #F4C69D
RGB
CMYK
RGB Variations
Color information
#F4C69D (or 0xF4C69D) is known color: Negroni. HEX triplet: F4, C6 and 9D. RGB value is (244,198,157). Sum of RGB (Red+Green+Blue) = 244+198+157=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C69D is #0B3962. Grayscale: #CFCFCF. Windows color (decimal): -735587 or 10340084. OLE color: 10340084.
HSL color Cylindrical-coordinate representation of color #F4C69D: hue angle of 28.28º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F4C69D is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 157 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.04 |
| HSL | 28.28º | 0.8% | 0.79% | - |
| HSV(B) | 28.28º | 0.36% | 0.96% | - |
| XYZ | 63.59 | 62.06 | 40.52 | - |
| YUV | 207.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 157 | 0 | 0.19 | 0.36 | 0.04 | 28.28 | 0.8 | 0.79 |
| Hex | F4 | C6 | 9D | 0 | 13 | 24 | 4 | 1C | 50 | 4F |
| Octal | 364 | 306 | 235 | 0 | 23 | 44 | 4 | 34 | 120 | 117 |
| Binary | 11110100 | 11000110 | 10011101 | 0 | 10011 | 100100 | 100 | 11100 | 1010000 | 1001111 |
Color Harmonies of #F4C69D
Complementary color
Monochromatic Colors of #F4C69D
Black with #F4C69D
Text Example
Text Example
White with #F4C69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C69D; }
p { color: rgb(244,198,157); }
H1.HeaderClassName
{
color: #F4C69D;
}
.AnyTagClassName
{
color: #F4C69D;
}
</style>
background-color css
<style>
a { background-color: #F4C69D; }
a { background-color: rgb(244,198,157); }
div.DivClassName
{
background-color: #F4C69D;
}
.BgClassName
{
background-color: #F4C69D;
}
</style>
border-color css
<style>
span { border-color: #F4C69D; }
span { border-color: rgb(244,198,157); }
td.TdClassName
{
border-color: #F4C69D;
}
.TagClassName
{
border-color: #F4C69D;
}
</style>