Shades of Gin Fizz #FAEECB
Tints of Gin Fizz #FAEECB
RGB
CMYK
RGB Variations
Color information
#FAEECB (or 0xFAEECB) is known color: Gin Fizz. HEX triplet: FA, EE and CB. RGB value is (250,238,203). Sum of RGB (Red+Green+Blue) = 250+238+203=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 203 (79.69% from 255 or 29.38% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEECB is #051134. Grayscale: #EDEDED. Windows color (decimal): -332085 or 13364986. OLE color: 13364986.
HSL color Cylindrical-coordinate representation of color #FAEECB: hue angle of 44.68º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAEECB is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 203 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.02 |
| HSL | 44.68º | 0.82% | 0.89% | - |
| HSV(B) | 44.68º | 0.19% | 0.98% | - |
| XYZ | 80.78 | 85.78 | 68.8 | - |
| YUV | 237.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 203 | 0 | 0.05 | 0.19 | 0.02 | 44.68 | 0.82 | 0.89 |
| Hex | FA | EE | CB | 0 | 5 | 13 | 2 | 2D | 52 | 59 |
| Octal | 372 | 356 | 313 | 0 | 5 | 23 | 2 | 55 | 122 | 131 |
| Binary | 11111010 | 11101110 | 11001011 | 0 | 101 | 10011 | 10 | 101101 | 1010010 | 1011001 |
Color Harmonies of #FAEECB
Complementary color
Monochromatic Colors of #FAEECB
Black with #FAEECB
Text Example
Text Example
White with #FAEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEECB; }
p { color: rgb(250,238,203); }
H1.HeaderClassName
{
color: #FAEECB;
}
.AnyTagClassName
{
color: #FAEECB;
}
</style>
background-color css
<style>
a { background-color: #FAEECB; }
a { background-color: rgb(250,238,203); }
div.DivClassName
{
background-color: #FAEECB;
}
.BgClassName
{
background-color: #FAEECB;
}
</style>
border-color css
<style>
span { border-color: #FAEECB; }
span { border-color: rgb(250,238,203); }
td.TdClassName
{
border-color: #FAEECB;
}
.TagClassName
{
border-color: #FAEECB;
}
</style>