Shades of Gin Fizz #FAEDCA
Tints of Gin Fizz #FAEDCA
RGB
CMYK
RGB Variations
Color information
#FAEDCA (or 0xFAEDCA) is known color: Gin Fizz. HEX triplet: FA, ED and CA. RGB value is (250,237,202). Sum of RGB (Red+Green+Blue) = 250+237+202=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDCA is #051235. Grayscale: #EDEDED. Windows color (decimal): -332342 or 13299194. OLE color: 13299194.
HSL color Cylindrical-coordinate representation of color #FAEDCA: hue angle of 43.75º 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 #FAEDCA is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 202 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.02 |
| HSL | 43.75º | 0.83% | 0.89% | - |
| HSV(B) | 43.75º | 0.19% | 0.98% | - |
| XYZ | 80.37 | 85.16 | 68.08 | - |
| YUV | 236.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 202 | 0 | 0.05 | 0.19 | 0.02 | 43.75 | 0.83 | 0.89 |
| Hex | FA | ED | CA | 0 | 5 | 13 | 2 | 2C | 53 | 59 |
| Octal | 372 | 355 | 312 | 0 | 5 | 23 | 2 | 54 | 123 | 131 |
| Binary | 11111010 | 11101101 | 11001010 | 0 | 101 | 10011 | 10 | 101100 | 1010011 | 1011001 |
Color Harmonies of #FAEDCA
Complementary color
Monochromatic Colors of #FAEDCA
Black with #FAEDCA
Text Example
Text Example
White with #FAEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDCA; }
p { color: rgb(250,237,202); }
H1.HeaderClassName
{
color: #FAEDCA;
}
.AnyTagClassName
{
color: #FAEDCA;
}
</style>
background-color css
<style>
a { background-color: #FAEDCA; }
a { background-color: rgb(250,237,202); }
div.DivClassName
{
background-color: #FAEDCA;
}
.BgClassName
{
background-color: #FAEDCA;
}
</style>
border-color css
<style>
span { border-color: #FAEDCA; }
span { border-color: rgb(250,237,202); }
td.TdClassName
{
border-color: #FAEDCA;
}
.TagClassName
{
border-color: #FAEDCA;
}
</style>