Shades of Sazerac #F9E1CC
Tints of Sazerac #F9E1CC
RGB
CMYK
RGB Variations
Color information
#F9E1CC (or 0xF9E1CC) is known color: Sazerac. HEX triplet: F9, E1 and CC. RGB value is (249,225,204). Sum of RGB (Red+Green+Blue) = 249+225+204=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E1CC is #061E33. Grayscale: #E5E5E5. Windows color (decimal): -400948 or 13427193. OLE color: 13427193.
HSL color Cylindrical-coordinate representation of color #F9E1CC: hue angle of 28º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9E1CC is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 204 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.02 |
| HSL | 28º | 0.79% | 0.89% | - |
| HSV(B) | 28º | 0.18% | 0.98% | - |
| XYZ | 76.89 | 78.35 | 68.2 | - |
| YUV | 229.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 204 | 0 | 0.10 | 0.18 | 0.02 | 28 | 0.79 | 0.89 |
| Hex | F9 | E1 | CC | 0 | A | 12 | 2 | 1C | 4F | 59 |
| Octal | 371 | 341 | 314 | 0 | 12 | 22 | 2 | 34 | 117 | 131 |
| Binary | 11111001 | 11100001 | 11001100 | 0 | 1010 | 10010 | 10 | 11100 | 1001111 | 1011001 |
Color Harmonies of #F9E1CC
Complementary color
Monochromatic Colors of #F9E1CC
Black with #F9E1CC
Text Example
Text Example
White with #F9E1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E1CC; }
p { color: rgb(249,225,204); }
H1.HeaderClassName
{
color: #F9E1CC;
}
.AnyTagClassName
{
color: #F9E1CC;
}
</style>
background-color css
<style>
a { background-color: #F9E1CC; }
a { background-color: rgb(249,225,204); }
div.DivClassName
{
background-color: #F9E1CC;
}
.BgClassName
{
background-color: #F9E1CC;
}
</style>
border-color css
<style>
span { border-color: #F9E1CC; }
span { border-color: rgb(249,225,204); }
td.TdClassName
{
border-color: #F9E1CC;
}
.TagClassName
{
border-color: #F9E1CC;
}
</style>