Shades of Gin Fizz #FCEDCC
Tints of Gin Fizz #FCEDCC
RGB
CMYK
RGB Variations
Color information
#FCEDCC (or 0xFCEDCC) is known color: Gin Fizz. HEX triplet: FC, ED and CC. RGB value is (252,237,204). Sum of RGB (Red+Green+Blue) = 252+237+204=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 204 (80.08% from 255 or 29.44% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDCC is #031233. Grayscale: #EDEDED. Windows color (decimal): -201268 or 13430268. OLE color: 13430268.
HSL color Cylindrical-coordinate representation of color #FCEDCC: hue angle of 41.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCEDCC is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 204 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.01 |
| HSL | 41.25º | 0.89% | 0.89% | - |
| HSV(B) | 41.25º | 0.19% | 0.99% | - |
| XYZ | 81.33 | 85.62 | 69.37 | - |
| YUV | 237.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 204 | 0 | 0.06 | 0.19 | 0.01 | 41.25 | 0.89 | 0.89 |
| Hex | FC | ED | CC | 0 | 6 | 13 | 1 | 29 | 59 | 59 |
| Octal | 374 | 355 | 314 | 0 | 6 | 23 | 1 | 51 | 131 | 131 |
| Binary | 11111100 | 11101101 | 11001100 | 0 | 110 | 10011 | 1 | 101001 | 1011001 | 1011001 |
Color Harmonies of #FCEDCC
Complementary color
Monochromatic Colors of #FCEDCC
Black with #FCEDCC
Text Example
Text Example
White with #FCEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDCC; }
p { color: rgb(252,237,204); }
H1.HeaderClassName
{
color: #FCEDCC;
}
.AnyTagClassName
{
color: #FCEDCC;
}
</style>
background-color css
<style>
a { background-color: #FCEDCC; }
a { background-color: rgb(252,237,204); }
div.DivClassName
{
background-color: #FCEDCC;
}
.BgClassName
{
background-color: #FCEDCC;
}
</style>
border-color css
<style>
span { border-color: #FCEDCC; }
span { border-color: rgb(252,237,204); }
td.TdClassName
{
border-color: #FCEDCC;
}
.TagClassName
{
border-color: #FCEDCC;
}
</style>