Shades of Gin Fizz #FAECCD
Tints of Gin Fizz #FAECCD
RGB
CMYK
RGB Variations
Color information
#FAECCD (or 0xFAECCD) is known color: Gin Fizz. HEX triplet: FA, EC and CD. RGB value is (250,236,205). Sum of RGB (Red+Green+Blue) = 250+236+205=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 205 (80.47% from 255 or 29.67% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECCD is #051332. Grayscale: #ECECEC. Windows color (decimal): -332595 or 13495546. OLE color: 13495546.
HSL color Cylindrical-coordinate representation of color #FAECCD: hue angle of 41.33º degrees, saturation: 0.82, 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 #FAECCD is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 205 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.02 |
| HSL | 41.33º | 0.82% | 0.89% | - |
| HSV(B) | 41.33º | 0.18% | 0.98% | - |
| XYZ | 80.44 | 84.72 | 69.87 | - |
| YUV | 236.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 205 | 0 | 0.06 | 0.18 | 0.02 | 41.33 | 0.82 | 0.89 |
| Hex | FA | EC | CD | 0 | 6 | 12 | 2 | 29 | 52 | 59 |
| Octal | 372 | 354 | 315 | 0 | 6 | 22 | 2 | 51 | 122 | 131 |
| Binary | 11111010 | 11101100 | 11001101 | 0 | 110 | 10010 | 10 | 101001 | 1010010 | 1011001 |
Color Harmonies of #FAECCD
Complementary color
Monochromatic Colors of #FAECCD
Black with #FAECCD
Text Example
Text Example
White with #FAECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECCD; }
p { color: rgb(250,236,205); }
H1.HeaderClassName
{
color: #FAECCD;
}
.AnyTagClassName
{
color: #FAECCD;
}
</style>
background-color css
<style>
a { background-color: #FAECCD; }
a { background-color: rgb(250,236,205); }
div.DivClassName
{
background-color: #FAECCD;
}
.BgClassName
{
background-color: #FAECCD;
}
</style>
border-color css
<style>
span { border-color: #FAECCD; }
span { border-color: rgb(250,236,205); }
td.TdClassName
{
border-color: #FAECCD;
}
.TagClassName
{
border-color: #FAECCD;
}
</style>