Shades of Gin Fizz #FCEDCA
Tints of Gin Fizz #FCEDCA
RGB
CMYK
RGB Variations
Color information
#FCEDCA (or 0xFCEDCA) is known color: Gin Fizz. HEX triplet: FC, ED and CA. RGB value is (252,237,202). Sum of RGB (Red+Green+Blue) = 252+237+202=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDCA is #031235. Grayscale: #EDEDED. Windows color (decimal): -201270 or 13299196. OLE color: 13299196.
HSL color Cylindrical-coordinate representation of color #FCEDCA: hue angle of 42º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCEDCA is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 202 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.01 |
| HSL | 42º | 0.89% | 0.89% | - |
| HSV(B) | 42º | 0.2% | 0.99% | - |
| XYZ | 81.09 | 85.53 | 68.11 | - |
| YUV | 237.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 202 | 0 | 0.06 | 0.20 | 0.01 | 42 | 0.89 | 0.89 |
| Hex | FC | ED | CA | 0 | 6 | 14 | 1 | 2A | 59 | 59 |
| Octal | 374 | 355 | 312 | 0 | 6 | 24 | 1 | 52 | 131 | 131 |
| Binary | 11111100 | 11101101 | 11001010 | 0 | 110 | 10100 | 1 | 101010 | 1011001 | 1011001 |
Color Harmonies of #FCEDCA
Complementary color
Monochromatic Colors of #FCEDCA
Black with #FCEDCA
Text Example
Text Example
White with #FCEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDCA; }
p { color: rgb(252,237,202); }
H1.HeaderClassName
{
color: #FCEDCA;
}
.AnyTagClassName
{
color: #FCEDCA;
}
</style>
background-color css
<style>
a { background-color: #FCEDCA; }
a { background-color: rgb(252,237,202); }
div.DivClassName
{
background-color: #FCEDCA;
}
.BgClassName
{
background-color: #FCEDCA;
}
</style>
border-color css
<style>
span { border-color: #FCEDCA; }
span { border-color: rgb(252,237,202); }
td.TdClassName
{
border-color: #FCEDCA;
}
.TagClassName
{
border-color: #FCEDCA;
}
</style>