Shades of Gin Fizz #FAEACA
Tints of Gin Fizz #FAEACA
RGB
CMYK
RGB Variations
Color information
#FAEACA (or 0xFAEACA) is known color: Gin Fizz. HEX triplet: FA, EA and CA. RGB value is (250,234,202). Sum of RGB (Red+Green+Blue) = 250+234+202=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEACA is #051535. Grayscale: #EBEBEB. Windows color (decimal): -333110 or 13298426. OLE color: 13298426.
HSL color Cylindrical-coordinate representation of color #FAEACA: hue angle of 40º 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 #FAEACA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 202 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.02 |
| HSL | 40º | 0.83% | 0.89% | - |
| HSV(B) | 40º | 0.19% | 0.98% | - |
| XYZ | 79.51 | 83.43 | 67.79 | - |
| YUV | 235.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 202 | 0 | 0.06 | 0.19 | 0.02 | 40 | 0.83 | 0.89 |
| Hex | FA | EA | CA | 0 | 6 | 13 | 2 | 28 | 53 | 59 |
| Octal | 372 | 352 | 312 | 0 | 6 | 23 | 2 | 50 | 123 | 131 |
| Binary | 11111010 | 11101010 | 11001010 | 0 | 110 | 10011 | 10 | 101000 | 1010011 | 1011001 |
Color Harmonies of #FAEACA
Complementary color
Monochromatic Colors of #FAEACA
Black with #FAEACA
Text Example
Text Example
White with #FAEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEACA; }
p { color: rgb(250,234,202); }
H1.HeaderClassName
{
color: #FAEACA;
}
.AnyTagClassName
{
color: #FAEACA;
}
</style>
background-color css
<style>
a { background-color: #FAEACA; }
a { background-color: rgb(250,234,202); }
div.DivClassName
{
background-color: #FAEACA;
}
.BgClassName
{
background-color: #FAEACA;
}
</style>
border-color css
<style>
span { border-color: #FAEACA; }
span { border-color: rgb(250,234,202); }
td.TdClassName
{
border-color: #FAEACA;
}
.TagClassName
{
border-color: #FAEACA;
}
</style>