Shades of Gin Fizz #FDECC9
Tints of Gin Fizz #FDECC9
RGB
CMYK
RGB Variations
Color information
#FDECC9 (or 0xFDECC9) is known color: Gin Fizz. HEX triplet: FD, EC and C9. RGB value is (253,236,201). Sum of RGB (Red+Green+Blue) = 253+236+201=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 201 (78.91% from 255 or 29.13% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECC9 is #021336. Grayscale: #EDEDED. Windows color (decimal): -135991 or 13233405. OLE color: 13233405.
HSL color Cylindrical-coordinate representation of color #FDECC9: hue angle of 40.38º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDECC9 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 201 | - |
CMYK | 0 | 0.07 | 0.21 | 0.01 |
HSL | 40.38º | 0.93% | 0.89% | - |
HSV(B) | 40.38º | 0.21% | 0.99% | - |
XYZ | 81.05 | 85.09 | 67.41 | - |
YUV | 237.09 | 107.63 | 139.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 201 | 0 | 0.07 | 0.21 | 0.01 | 40.38 | 0.93 | 0.89 |
Hex | FD | EC | C9 | 0 | 7 | 15 | 1 | 28 | 5D | 59 |
Octal | 375 | 354 | 311 | 0 | 7 | 25 | 1 | 50 | 135 | 131 |
Binary | 11111101 | 11101100 | 11001001 | 0 | 111 | 10101 | 1 | 101000 | 1011101 | 1011001 |
Color Harmonies of #FDECC9
Complementary color
Monochromatic Colors of #FDECC9
Black with #FDECC9
Text Example
Text Example
White with #FDECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECC9; }
p { color: rgb(253,236,201); }
H1.HeaderClassName
{
color: #FDECC9;
}
.AnyTagClassName
{
color: #FDECC9;
}
</style>
background-color css
<style>
a { background-color: #FDECC9; }
a { background-color: rgb(253,236,201); }
div.DivClassName
{
background-color: #FDECC9;
}
.BgClassName
{
background-color: #FDECC9;
}
</style>
border-color css
<style>
span { border-color: #FDECC9; }
span { border-color: rgb(253,236,201); }
td.TdClassName
{
border-color: #FDECC9;
}
.TagClassName
{
border-color: #FDECC9;
}
</style>