Shades of Gin Fizz #FAE9CB
Tints of Gin Fizz #FAE9CB
RGB
CMYK
RGB Variations
Color information
#FAE9CB (or 0xFAE9CB) is known color: Gin Fizz. HEX triplet: FA, E9 and CB. RGB value is (250,233,203). Sum of RGB (Red+Green+Blue) = 250+233+203=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 233 (91.41% from 255 or 33.97% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9CB is #051634. Grayscale: #EAEAEA. Windows color (decimal): -333365 or 13363706. OLE color: 13363706.
HSL color Cylindrical-coordinate representation of color #FAE9CB: hue angle of 38.3º 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 #FAE9CB is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 203 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.02 |
| HSL | 38.3º | 0.82% | 0.89% | - |
| HSV(B) | 38.3º | 0.19% | 0.98% | - |
| XYZ | 79.34 | 82.91 | 68.32 | - |
| YUV | 234.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 203 | 0 | 0.07 | 0.19 | 0.02 | 38.3 | 0.82 | 0.89 |
| Hex | FA | E9 | CB | 0 | 7 | 13 | 2 | 26 | 52 | 59 |
| Octal | 372 | 351 | 313 | 0 | 7 | 23 | 2 | 46 | 122 | 131 |
| Binary | 11111010 | 11101001 | 11001011 | 0 | 111 | 10011 | 10 | 100110 | 1010010 | 1011001 |
Color Harmonies of #FAE9CB
Complementary color
Monochromatic Colors of #FAE9CB
Black with #FAE9CB
Text Example
Text Example
White with #FAE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9CB; }
p { color: rgb(250,233,203); }
H1.HeaderClassName
{
color: #FAE9CB;
}
.AnyTagClassName
{
color: #FAE9CB;
}
</style>
background-color css
<style>
a { background-color: #FAE9CB; }
a { background-color: rgb(250,233,203); }
div.DivClassName
{
background-color: #FAE9CB;
}
.BgClassName
{
background-color: #FAE9CB;
}
</style>
border-color css
<style>
span { border-color: #FAE9CB; }
span { border-color: rgb(250,233,203); }
td.TdClassName
{
border-color: #FAE9CB;
}
.TagClassName
{
border-color: #FAE9CB;
}
</style>