Shades of Gin Fizz #FCEAC7
Tints of Gin Fizz #FCEAC7
RGB
CMYK
RGB Variations
Color information
#FCEAC7 (or 0xFCEAC7) is known color: Gin Fizz. HEX triplet: FC, EA and C7. RGB value is (252,234,199). Sum of RGB (Red+Green+Blue) = 252+234+199=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 199 (78.12% from 255 or 29.05% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC7 is #031538. Grayscale: #EBEBEB. Windows color (decimal): -202041 or 13101820. OLE color: 13101820.
HSL color Cylindrical-coordinate representation of color #FCEAC7: hue angle of 39.62º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCEAC7 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 199 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.01 |
| HSL | 39.62º | 0.9% | 0.88% | - |
| HSV(B) | 39.62º | 0.21% | 0.99% | - |
| XYZ | 79.88 | 83.66 | 65.97 | - |
| YUV | 235.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 199 | 0 | 0.07 | 0.21 | 0.01 | 39.62 | 0.9 | 0.88 |
| Hex | FC | EA | C7 | 0 | 7 | 15 | 1 | 28 | 5A | 58 |
| Octal | 374 | 352 | 307 | 0 | 7 | 25 | 1 | 50 | 132 | 130 |
| Binary | 11111100 | 11101010 | 11000111 | 0 | 111 | 10101 | 1 | 101000 | 1011010 | 1011000 |
Color Harmonies of #FCEAC7
Complementary color
Monochromatic Colors of #FCEAC7
Black with #FCEAC7
Text Example
Text Example
White with #FCEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAC7; }
p { color: rgb(252,234,199); }
H1.HeaderClassName
{
color: #FCEAC7;
}
.AnyTagClassName
{
color: #FCEAC7;
}
</style>
background-color css
<style>
a { background-color: #FCEAC7; }
a { background-color: rgb(252,234,199); }
div.DivClassName
{
background-color: #FCEAC7;
}
.BgClassName
{
background-color: #FCEAC7;
}
</style>
border-color css
<style>
span { border-color: #FCEAC7; }
span { border-color: rgb(252,234,199); }
td.TdClassName
{
border-color: #FCEAC7;
}
.TagClassName
{
border-color: #FCEAC7;
}
</style>