Shades of Gin Fizz #FDEBC8
Tints of Gin Fizz #FDEBC8
RGB
CMYK
RGB Variations
Color information
#FDEBC8 (or 0xFDEBC8) is known color: Gin Fizz. HEX triplet: FD, EB and C8. RGB value is (253,235,200). Sum of RGB (Red+Green+Blue) = 253+235+200=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 200 (78.52% from 255 or 29.07% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBC8 is #021437. Grayscale: #ECECEC. Windows color (decimal): -136248 or 13167613. OLE color: 13167613.
HSL color Cylindrical-coordinate representation of color #FDEBC8: hue angle of 39.62º 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 #FDEBC8 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 200 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.01 |
| HSL | 39.62º | 0.93% | 0.89% | - |
| HSV(B) | 39.62º | 0.21% | 0.99% | - |
| XYZ | 80.64 | 84.47 | 66.7 | - |
| YUV | 236.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 200 | 0 | 0.07 | 0.21 | 0.01 | 39.62 | 0.93 | 0.89 |
| Hex | FD | EB | C8 | 0 | 7 | 15 | 1 | 28 | 5D | 59 |
| Octal | 375 | 353 | 310 | 0 | 7 | 25 | 1 | 50 | 135 | 131 |
| Binary | 11111101 | 11101011 | 11001000 | 0 | 111 | 10101 | 1 | 101000 | 1011101 | 1011001 |
Color Harmonies of #FDEBC8
Complementary color
Monochromatic Colors of #FDEBC8
Black with #FDEBC8
Text Example
Text Example
White with #FDEBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBC8; }
p { color: rgb(253,235,200); }
H1.HeaderClassName
{
color: #FDEBC8;
}
.AnyTagClassName
{
color: #FDEBC8;
}
</style>
background-color css
<style>
a { background-color: #FDEBC8; }
a { background-color: rgb(253,235,200); }
div.DivClassName
{
background-color: #FDEBC8;
}
.BgClassName
{
background-color: #FDEBC8;
}
</style>
border-color css
<style>
span { border-color: #FDEBC8; }
span { border-color: rgb(253,235,200); }
td.TdClassName
{
border-color: #FDEBC8;
}
.TagClassName
{
border-color: #FDEBC8;
}
</style>