Shades of Gin Fizz #FCEECD
Tints of Gin Fizz #FCEECD
RGB
CMYK
RGB Variations
Color information
#FCEECD (or 0xFCEECD) is known color: Gin Fizz. HEX triplet: FC, EE and CD. RGB value is (252,238,205). Sum of RGB (Red+Green+Blue) = 252+238+205=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEECD is #031132. Grayscale: #EEEEEE. Windows color (decimal): -201011 or 13496060. OLE color: 13496060.
HSL color Cylindrical-coordinate representation of color #FCEECD: hue angle of 42.13º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCEECD is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 205 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.01 |
| HSL | 42.13º | 0.89% | 0.9% | - |
| HSV(B) | 42.13º | 0.19% | 0.99% | - |
| XYZ | 81.74 | 86.25 | 70.1 | - |
| YUV | 238.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 205 | 0 | 0.06 | 0.19 | 0.01 | 42.13 | 0.89 | 0.9 |
| Hex | FC | EE | CD | 0 | 6 | 13 | 1 | 2A | 59 | 5A |
| Octal | 374 | 356 | 315 | 0 | 6 | 23 | 1 | 52 | 131 | 132 |
| Binary | 11111100 | 11101110 | 11001101 | 0 | 110 | 10011 | 1 | 101010 | 1011001 | 1011010 |
Color Harmonies of #FCEECD
Complementary color
Monochromatic Colors of #FCEECD
Black with #FCEECD
Text Example
Text Example
White with #FCEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEECD; }
p { color: rgb(252,238,205); }
H1.HeaderClassName
{
color: #FCEECD;
}
.AnyTagClassName
{
color: #FCEECD;
}
</style>
background-color css
<style>
a { background-color: #FCEECD; }
a { background-color: rgb(252,238,205); }
div.DivClassName
{
background-color: #FCEECD;
}
.BgClassName
{
background-color: #FCEECD;
}
</style>
border-color css
<style>
span { border-color: #FCEECD; }
span { border-color: rgb(252,238,205); }
td.TdClassName
{
border-color: #FCEECD;
}
.TagClassName
{
border-color: #FCEECD;
}
</style>