Shades of Gin Fizz #FDECCA
Tints of Gin Fizz #FDECCA
RGB
CMYK
RGB Variations
Color information
#FDECCA (or 0xFDECCA) is known color: Gin Fizz. HEX triplet: FD, EC and CA. RGB value is (253,236,202). Sum of RGB (Red+Green+Blue) = 253+236+202=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECCA is #021335. Grayscale: #EDEDED. Windows color (decimal): -135990 or 13298941. OLE color: 13298941.
HSL color Cylindrical-coordinate representation of color #FDECCA: hue angle of 40º degrees, saturation: 0.93, 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 #FDECCA is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 202 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.01 |
| HSL | 40º | 0.93% | 0.89% | - |
| HSV(B) | 40º | 0.2% | 0.99% | - |
| XYZ | 81.16 | 85.14 | 68.03 | - |
| YUV | 237.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 202 | 0 | 0.07 | 0.20 | 0.01 | 40 | 0.93 | 0.89 |
| Hex | FD | EC | CA | 0 | 7 | 14 | 1 | 28 | 5D | 59 |
| Octal | 375 | 354 | 312 | 0 | 7 | 24 | 1 | 50 | 135 | 131 |
| Binary | 11111101 | 11101100 | 11001010 | 0 | 111 | 10100 | 1 | 101000 | 1011101 | 1011001 |
Color Harmonies of #FDECCA
Complementary color
Monochromatic Colors of #FDECCA
Black with #FDECCA
Text Example
Text Example
White with #FDECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECCA; }
p { color: rgb(253,236,202); }
H1.HeaderClassName
{
color: #FDECCA;
}
.AnyTagClassName
{
color: #FDECCA;
}
</style>
background-color css
<style>
a { background-color: #FDECCA; }
a { background-color: rgb(253,236,202); }
div.DivClassName
{
background-color: #FDECCA;
}
.BgClassName
{
background-color: #FDECCA;
}
</style>
border-color css
<style>
span { border-color: #FDECCA; }
span { border-color: rgb(253,236,202); }
td.TdClassName
{
border-color: #FDECCA;
}
.TagClassName
{
border-color: #FDECCA;
}
</style>