Shades of Gin Fizz #FAECC9
Tints of Gin Fizz #FAECC9
RGB
CMYK
RGB Variations
Color information
#FAECC9 (or 0xFAECC9) is known color: Gin Fizz. HEX triplet: FA, EC and C9. RGB value is (250,236,201). Sum of RGB (Red+Green+Blue) = 250+236+201=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 201 (78.91% from 255 or 29.26% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC9 is #051336. Grayscale: #ECECEC. Windows color (decimal): -332599 or 13233402. OLE color: 13233402.
HSL color Cylindrical-coordinate representation of color #FAECC9: hue angle of 42.86º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAECC9 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 201 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.02 |
| HSL | 42.86º | 0.83% | 0.88% | - |
| HSV(B) | 42.86º | 0.2% | 0.98% | - |
| XYZ | 79.96 | 84.53 | 67.36 | - |
| YUV | 236.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 201 | 0 | 0.06 | 0.20 | 0.02 | 42.86 | 0.83 | 0.88 |
| Hex | FA | EC | C9 | 0 | 6 | 14 | 2 | 2B | 53 | 58 |
| Octal | 372 | 354 | 311 | 0 | 6 | 24 | 2 | 53 | 123 | 130 |
| Binary | 11111010 | 11101100 | 11001001 | 0 | 110 | 10100 | 10 | 101011 | 1010011 | 1011000 |
Color Harmonies of #FAECC9
Complementary color
Monochromatic Colors of #FAECC9
Black with #FAECC9
Text Example
Text Example
White with #FAECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECC9; }
p { color: rgb(250,236,201); }
H1.HeaderClassName
{
color: #FAECC9;
}
.AnyTagClassName
{
color: #FAECC9;
}
</style>
background-color css
<style>
a { background-color: #FAECC9; }
a { background-color: rgb(250,236,201); }
div.DivClassName
{
background-color: #FAECC9;
}
.BgClassName
{
background-color: #FAECC9;
}
</style>
border-color css
<style>
span { border-color: #FAECC9; }
span { border-color: rgb(250,236,201); }
td.TdClassName
{
border-color: #FAECC9;
}
.TagClassName
{
border-color: #FAECC9;
}
</style>