Shades of Gin Fizz #FCEAC8
Tints of Gin Fizz #FCEAC8
RGB
CMYK
RGB Variations
Color information
#FCEAC8 (or 0xFCEAC8) is known color: Gin Fizz. HEX triplet: FC, EA and C8. RGB value is (252,234,200). Sum of RGB (Red+Green+Blue) = 252+234+200=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 200 (78.52% from 255 or 29.15% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC8 is #031537. Grayscale: #EBEBEB. Windows color (decimal): -202040 or 13167356. OLE color: 13167356.
HSL color Cylindrical-coordinate representation of color #FCEAC8: hue angle of 39.23º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCEAC8 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 200 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.01 |
| HSL | 39.23º | 0.9% | 0.89% | - |
| HSV(B) | 39.23º | 0.21% | 0.99% | - |
| XYZ | 79.99 | 83.71 | 66.59 | - |
| YUV | 235.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 200 | 0 | 0.07 | 0.21 | 0.01 | 39.23 | 0.9 | 0.89 |
| Hex | FC | EA | C8 | 0 | 7 | 15 | 1 | 27 | 5A | 59 |
| Octal | 374 | 352 | 310 | 0 | 7 | 25 | 1 | 47 | 132 | 131 |
| Binary | 11111100 | 11101010 | 11001000 | 0 | 111 | 10101 | 1 | 100111 | 1011010 | 1011001 |
Color Harmonies of #FCEAC8
Complementary color
Monochromatic Colors of #FCEAC8
Black with #FCEAC8
Text Example
Text Example
White with #FCEAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAC8; }
p { color: rgb(252,234,200); }
H1.HeaderClassName
{
color: #FCEAC8;
}
.AnyTagClassName
{
color: #FCEAC8;
}
</style>
background-color css
<style>
a { background-color: #FCEAC8; }
a { background-color: rgb(252,234,200); }
div.DivClassName
{
background-color: #FCEAC8;
}
.BgClassName
{
background-color: #FCEAC8;
}
</style>
border-color css
<style>
span { border-color: #FCEAC8; }
span { border-color: rgb(252,234,200); }
td.TdClassName
{
border-color: #FCEAC8;
}
.TagClassName
{
border-color: #FCEAC8;
}
</style>