Shades of Gin Fizz #FAECCC
Tints of Gin Fizz #FAECCC
RGB
CMYK
RGB Variations
Color information
#FAECCC (or 0xFAECCC) is known color: Gin Fizz. HEX triplet: FA, EC and CC. RGB value is (250,236,204). Sum of RGB (Red+Green+Blue) = 250+236+204=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 204 (80.08% from 255 or 29.57% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECCC is #051333. Grayscale: #ECECEC. Windows color (decimal): -332596 or 13430010. OLE color: 13430010.
HSL color Cylindrical-coordinate representation of color #FAECCC: hue angle of 41.74º 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 #FAECCC is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 236 | 204 | - |
CMYK | 0 | 0.06 | 0.18 | 0.02 |
HSL | 41.74º | 0.82% | 0.89% | - |
HSV(B) | 41.74º | 0.18% | 0.98% | - |
XYZ | 80.32 | 84.67 | 69.24 | - |
YUV | 236.54 | 109.64 | 137.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 236 | 204 | 0 | 0.06 | 0.18 | 0.02 | 41.74 | 0.82 | 0.89 |
Hex | FA | EC | CC | 0 | 6 | 12 | 2 | 2A | 52 | 59 |
Octal | 372 | 354 | 314 | 0 | 6 | 22 | 2 | 52 | 122 | 131 |
Binary | 11111010 | 11101100 | 11001100 | 0 | 110 | 10010 | 10 | 101010 | 1010010 | 1011001 |
Color Harmonies of #FAECCC
Complementary color
Monochromatic Colors of #FAECCC
Black with #FAECCC
Text Example
Text Example
White with #FAECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECCC; }
p { color: rgb(250,236,204); }
H1.HeaderClassName
{
color: #FAECCC;
}
.AnyTagClassName
{
color: #FAECCC;
}
</style>
background-color css
<style>
a { background-color: #FAECCC; }
a { background-color: rgb(250,236,204); }
div.DivClassName
{
background-color: #FAECCC;
}
.BgClassName
{
background-color: #FAECCC;
}
</style>
border-color css
<style>
span { border-color: #FAECCC; }
span { border-color: rgb(250,236,204); }
td.TdClassName
{
border-color: #FAECCC;
}
.TagClassName
{
border-color: #FAECCC;
}
</style>