Shades of Gin Fizz #FDEECC
Tints of Gin Fizz #FDEECC
RGB
CMYK
RGB Variations
Color information
#FDEECC (or 0xFDEECC) is known color: Gin Fizz. HEX triplet: FD, EE and CC. RGB value is (253,238,204). Sum of RGB (Red+Green+Blue) = 253+238+204=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 204 (80.08% from 255 or 29.35% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEECC is #021133. Grayscale: #EEEEEE. Windows color (decimal): -135476 or 13430525. OLE color: 13430525.
HSL color Cylindrical-coordinate representation of color #FDEECC: hue angle of 41.63º degrees, saturation: 0.92, 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 #FDEECC is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 204 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.01 |
| HSL | 41.63º | 0.92% | 0.9% | - |
| HSV(B) | 41.63º | 0.19% | 0.99% | - |
| XYZ | 81.98 | 86.39 | 69.48 | - |
| YUV | 238.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 204 | 0 | 0.06 | 0.19 | 0.01 | 41.63 | 0.92 | 0.9 |
| Hex | FD | EE | CC | 0 | 6 | 13 | 1 | 2A | 5C | 5A |
| Octal | 375 | 356 | 314 | 0 | 6 | 23 | 1 | 52 | 134 | 132 |
| Binary | 11111101 | 11101110 | 11001100 | 0 | 110 | 10011 | 1 | 101010 | 1011100 | 1011010 |
Color Harmonies of #FDEECC
Complementary color
Monochromatic Colors of #FDEECC
Black with #FDEECC
Text Example
Text Example
White with #FDEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEECC; }
p { color: rgb(253,238,204); }
H1.HeaderClassName
{
color: #FDEECC;
}
.AnyTagClassName
{
color: #FDEECC;
}
</style>
background-color css
<style>
a { background-color: #FDEECC; }
a { background-color: rgb(253,238,204); }
div.DivClassName
{
background-color: #FDEECC;
}
.BgClassName
{
background-color: #FDEECC;
}
</style>
border-color css
<style>
span { border-color: #FDEECC; }
span { border-color: rgb(253,238,204); }
td.TdClassName
{
border-color: #FDEECC;
}
.TagClassName
{
border-color: #FDEECC;
}
</style>