Shades of Gin Fizz #FAECCA
Tints of Gin Fizz #FAECCA
RGB
CMYK
RGB Variations
Color information
#FAECCA (or 0xFAECCA) is known color: Gin Fizz. HEX triplet: FA, EC and CA. RGB value is (250,236,202). Sum of RGB (Red+Green+Blue) = 250+236+202=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECCA is #051335. Grayscale: #ECECEC. Windows color (decimal): -332598 or 13298938. OLE color: 13298938.
HSL color Cylindrical-coordinate representation of color #FAECCA: hue angle of 42.5º degrees, saturation: 0.83, 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 #FAECCA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 202 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.02 |
| HSL | 42.5º | 0.83% | 0.89% | - |
| HSV(B) | 42.5º | 0.19% | 0.98% | - |
| XYZ | 80.08 | 84.58 | 67.98 | - |
| YUV | 236.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 202 | 0 | 0.06 | 0.19 | 0.02 | 42.5 | 0.83 | 0.89 |
| Hex | FA | EC | CA | 0 | 6 | 13 | 2 | 2A | 53 | 59 |
| Octal | 372 | 354 | 312 | 0 | 6 | 23 | 2 | 52 | 123 | 131 |
| Binary | 11111010 | 11101100 | 11001010 | 0 | 110 | 10011 | 10 | 101010 | 1010011 | 1011001 |
Color Harmonies of #FAECCA
Complementary color
Monochromatic Colors of #FAECCA
Black with #FAECCA
Text Example
Text Example
White with #FAECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECCA; }
p { color: rgb(250,236,202); }
H1.HeaderClassName
{
color: #FAECCA;
}
.AnyTagClassName
{
color: #FAECCA;
}
</style>
background-color css
<style>
a { background-color: #FAECCA; }
a { background-color: rgb(250,236,202); }
div.DivClassName
{
background-color: #FAECCA;
}
.BgClassName
{
background-color: #FAECCA;
}
</style>
border-color css
<style>
span { border-color: #FAECCA; }
span { border-color: rgb(250,236,202); }
td.TdClassName
{
border-color: #FAECCA;
}
.TagClassName
{
border-color: #FAECCA;
}
</style>