Shades of Gin Fizz #FDEDCA
Tints of Gin Fizz #FDEDCA
RGB
CMYK
RGB Variations
Color information
#FDEDCA (or 0xFDEDCA) is known color: Gin Fizz. HEX triplet: FD, ED and CA. RGB value is (253,237,202). Sum of RGB (Red+Green+Blue) = 253+237+202=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 202 (79.30% from 255 or 29.19% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDCA is #021235. Grayscale: #EDEDED. Windows color (decimal): -135734 or 13299197. OLE color: 13299197.
HSL color Cylindrical-coordinate representation of color #FDEDCA: hue angle of 41.18º 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 #FDEDCA is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 202 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.01 |
| HSL | 41.18º | 0.93% | 0.89% | - |
| HSV(B) | 41.18º | 0.2% | 0.99% | - |
| XYZ | 81.45 | 85.72 | 68.13 | - |
| YUV | 237.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 202 | 0 | 0.06 | 0.20 | 0.01 | 41.18 | 0.93 | 0.89 |
| Hex | FD | ED | CA | 0 | 6 | 14 | 1 | 29 | 5D | 59 |
| Octal | 375 | 355 | 312 | 0 | 6 | 24 | 1 | 51 | 135 | 131 |
| Binary | 11111101 | 11101101 | 11001010 | 0 | 110 | 10100 | 1 | 101001 | 1011101 | 1011001 |
Color Harmonies of #FDEDCA
Complementary color
Monochromatic Colors of #FDEDCA
Black with #FDEDCA
Text Example
Text Example
White with #FDEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDCA; }
p { color: rgb(253,237,202); }
H1.HeaderClassName
{
color: #FDEDCA;
}
.AnyTagClassName
{
color: #FDEDCA;
}
</style>
background-color css
<style>
a { background-color: #FDEDCA; }
a { background-color: rgb(253,237,202); }
div.DivClassName
{
background-color: #FDEDCA;
}
.BgClassName
{
background-color: #FDEDCA;
}
</style>
border-color css
<style>
span { border-color: #FDEDCA; }
span { border-color: rgb(253,237,202); }
td.TdClassName
{
border-color: #FDEDCA;
}
.TagClassName
{
border-color: #FDEDCA;
}
</style>