Shades of Gin Fizz #FAE8C6
Tints of Gin Fizz #FAE8C6
RGB
CMYK
RGB Variations
Color information
#FAE8C6 (or 0xFAE8C6) is known color: Gin Fizz. HEX triplet: FA, E8 and C6. RGB value is (250,232,198). Sum of RGB (Red+Green+Blue) = 250+232+198=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 198 (77.73% from 255 or 29.12% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8C6 is #051739. Grayscale: #E9E9E9. Windows color (decimal): -333626 or 13035770. OLE color: 13035770.
HSL color Cylindrical-coordinate representation of color #FAE8C6: hue angle of 39.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAE8C6 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 198 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.02 |
| HSL | 39.23º | 0.84% | 0.88% | - |
| HSV(B) | 39.23º | 0.21% | 0.98% | - |
| XYZ | 78.47 | 82.11 | 65.14 | - |
| YUV | 233.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 198 | 0 | 0.07 | 0.21 | 0.02 | 39.23 | 0.84 | 0.88 |
| Hex | FA | E8 | C6 | 0 | 7 | 15 | 2 | 27 | 54 | 58 |
| Octal | 372 | 350 | 306 | 0 | 7 | 25 | 2 | 47 | 124 | 130 |
| Binary | 11111010 | 11101000 | 11000110 | 0 | 111 | 10101 | 10 | 100111 | 1010100 | 1011000 |
Color Harmonies of #FAE8C6
Complementary color
Monochromatic Colors of #FAE8C6
Black with #FAE8C6
Text Example
Text Example
White with #FAE8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8C6; }
p { color: rgb(250,232,198); }
H1.HeaderClassName
{
color: #FAE8C6;
}
.AnyTagClassName
{
color: #FAE8C6;
}
</style>
background-color css
<style>
a { background-color: #FAE8C6; }
a { background-color: rgb(250,232,198); }
div.DivClassName
{
background-color: #FAE8C6;
}
.BgClassName
{
background-color: #FAE8C6;
}
</style>
border-color css
<style>
span { border-color: #FAE8C6; }
span { border-color: rgb(250,232,198); }
td.TdClassName
{
border-color: #FAE8C6;
}
.TagClassName
{
border-color: #FAE8C6;
}
</style>