Shades of Gin Fizz #FDEBC9
Tints of Gin Fizz #FDEBC9
RGB
CMYK
RGB Variations
Color information
#FDEBC9 (or 0xFDEBC9) is known color: Gin Fizz. HEX triplet: FD, EB and C9. RGB value is (253,235,201). Sum of RGB (Red+Green+Blue) = 253+235+201=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 201 (78.91% from 255 or 29.17% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBC9 is #021436. Grayscale: #ECECEC. Windows color (decimal): -136247 or 13233149. OLE color: 13233149.
HSL color Cylindrical-coordinate representation of color #FDEBC9: hue angle of 39.23º 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 #FDEBC9 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 201 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.01 |
| HSL | 39.23º | 0.93% | 0.89% | - |
| HSV(B) | 39.23º | 0.21% | 0.99% | - |
| XYZ | 80.76 | 84.52 | 67.32 | - |
| YUV | 236.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 201 | 0 | 0.07 | 0.21 | 0.01 | 39.23 | 0.93 | 0.89 |
| Hex | FD | EB | C9 | 0 | 7 | 15 | 1 | 27 | 5D | 59 |
| Octal | 375 | 353 | 311 | 0 | 7 | 25 | 1 | 47 | 135 | 131 |
| Binary | 11111101 | 11101011 | 11001001 | 0 | 111 | 10101 | 1 | 100111 | 1011101 | 1011001 |
Color Harmonies of #FDEBC9
Complementary color
Monochromatic Colors of #FDEBC9
Black with #FDEBC9
Text Example
Text Example
White with #FDEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBC9; }
p { color: rgb(253,235,201); }
H1.HeaderClassName
{
color: #FDEBC9;
}
.AnyTagClassName
{
color: #FDEBC9;
}
</style>
background-color css
<style>
a { background-color: #FDEBC9; }
a { background-color: rgb(253,235,201); }
div.DivClassName
{
background-color: #FDEBC9;
}
.BgClassName
{
background-color: #FDEBC9;
}
</style>
border-color css
<style>
span { border-color: #FDEBC9; }
span { border-color: rgb(253,235,201); }
td.TdClassName
{
border-color: #FDEBC9;
}
.TagClassName
{
border-color: #FDEBC9;
}
</style>