Shades of Gin Fizz #FAEECE
Tints of Gin Fizz #FAEECE
RGB
CMYK
RGB Variations
Color information
#FAEECE (or 0xFAEECE) is known color: Gin Fizz. HEX triplet: FA, EE and CE. RGB value is (250,238,206). Sum of RGB (Red+Green+Blue) = 250+238+206=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEECE is #051131. Grayscale: #EEEEEE. Windows color (decimal): -332082 or 13561594. OLE color: 13561594.
HSL color Cylindrical-coordinate representation of color #FAEECE: hue angle of 43.64º degrees, saturation: 0.81, 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 #FAEECE is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 206 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.02 |
| HSL | 43.64º | 0.81% | 0.89% | - |
| HSV(B) | 43.64º | 0.18% | 0.98% | - |
| XYZ | 81.14 | 85.93 | 70.7 | - |
| YUV | 237.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 206 | 0 | 0.05 | 0.18 | 0.02 | 43.64 | 0.81 | 0.89 |
| Hex | FA | EE | CE | 0 | 5 | 12 | 2 | 2C | 51 | 59 |
| Octal | 372 | 356 | 316 | 0 | 5 | 22 | 2 | 54 | 121 | 131 |
| Binary | 11111010 | 11101110 | 11001110 | 0 | 101 | 10010 | 10 | 101100 | 1010001 | 1011001 |
Color Harmonies of #FAEECE
Complementary color
Monochromatic Colors of #FAEECE
Black with #FAEECE
Text Example
Text Example
White with #FAEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEECE; }
p { color: rgb(250,238,206); }
H1.HeaderClassName
{
color: #FAEECE;
}
.AnyTagClassName
{
color: #FAEECE;
}
</style>
background-color css
<style>
a { background-color: #FAEECE; }
a { background-color: rgb(250,238,206); }
div.DivClassName
{
background-color: #FAEECE;
}
.BgClassName
{
background-color: #FAEECE;
}
</style>
border-color css
<style>
span { border-color: #FAEECE; }
span { border-color: rgb(250,238,206); }
td.TdClassName
{
border-color: #FAEECE;
}
.TagClassName
{
border-color: #FAEECE;
}
</style>