Shades of Gin Fizz #FAE8C9
Tints of Gin Fizz #FAE8C9
RGB
CMYK
RGB Variations
Color information
#FAE8C9 (or 0xFAE8C9) is known color: Gin Fizz. HEX triplet: FA, E8 and C9. RGB value is (250,232,201). Sum of RGB (Red+Green+Blue) = 250+232+201=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 232 (91.02% from 255 or 33.97% from 683); Blue value is 201 (78.91% from 255 or 29.43% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8C9 is #051736. Grayscale: #E9E9E9. Windows color (decimal): -333623 or 13232378. OLE color: 13232378.
HSL color Cylindrical-coordinate representation of color #FAE8C9: hue angle of 37.96º 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 #FAE8C9 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 201 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.02 |
| HSL | 37.96º | 0.83% | 0.88% | - |
| HSV(B) | 37.96º | 0.2% | 0.98% | - |
| XYZ | 78.82 | 82.25 | 66.98 | - |
| YUV | 233.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 201 | 0 | 0.07 | 0.20 | 0.02 | 37.96 | 0.83 | 0.88 |
| Hex | FA | E8 | C9 | 0 | 7 | 14 | 2 | 26 | 53 | 58 |
| Octal | 372 | 350 | 311 | 0 | 7 | 24 | 2 | 46 | 123 | 130 |
| Binary | 11111010 | 11101000 | 11001001 | 0 | 111 | 10100 | 10 | 100110 | 1010011 | 1011000 |
Color Harmonies of #FAE8C9
Complementary color
Monochromatic Colors of #FAE8C9
Black with #FAE8C9
Text Example
Text Example
White with #FAE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8C9; }
p { color: rgb(250,232,201); }
H1.HeaderClassName
{
color: #FAE8C9;
}
.AnyTagClassName
{
color: #FAE8C9;
}
</style>
background-color css
<style>
a { background-color: #FAE8C9; }
a { background-color: rgb(250,232,201); }
div.DivClassName
{
background-color: #FAE8C9;
}
.BgClassName
{
background-color: #FAE8C9;
}
</style>
border-color css
<style>
span { border-color: #FAE8C9; }
span { border-color: rgb(250,232,201); }
td.TdClassName
{
border-color: #FAE8C9;
}
.TagClassName
{
border-color: #FAE8C9;
}
</style>