Shades of Gin Fizz #FBEECD
Tints of Gin Fizz #FBEECD
RGB
CMYK
RGB Variations
Color information
#FBEECD (or 0xFBEECD) is known color: Gin Fizz. HEX triplet: FB, EE and CD. RGB value is (251,238,205). Sum of RGB (Red+Green+Blue) = 251+238+205=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEECD is #041132. Grayscale: #EEEEEE. Windows color (decimal): -266547 or 13496059. OLE color: 13496059.
HSL color Cylindrical-coordinate representation of color #FBEECD: hue angle of 43.04º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBEECD is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 205 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.02 |
| HSL | 43.04º | 0.85% | 0.89% | - |
| HSV(B) | 43.04º | 0.18% | 0.98% | - |
| XYZ | 81.38 | 86.07 | 70.08 | - |
| YUV | 238.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 205 | 0 | 0.05 | 0.18 | 0.02 | 43.04 | 0.85 | 0.89 |
| Hex | FB | EE | CD | 0 | 5 | 12 | 2 | 2B | 55 | 59 |
| Octal | 373 | 356 | 315 | 0 | 5 | 22 | 2 | 53 | 125 | 131 |
| Binary | 11111011 | 11101110 | 11001101 | 0 | 101 | 10010 | 10 | 101011 | 1010101 | 1011001 |
Color Harmonies of #FBEECD
Complementary color
Monochromatic Colors of #FBEECD
Black with #FBEECD
Text Example
Text Example
White with #FBEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEECD; }
p { color: rgb(251,238,205); }
H1.HeaderClassName
{
color: #FBEECD;
}
.AnyTagClassName
{
color: #FBEECD;
}
</style>
background-color css
<style>
a { background-color: #FBEECD; }
a { background-color: rgb(251,238,205); }
div.DivClassName
{
background-color: #FBEECD;
}
.BgClassName
{
background-color: #FBEECD;
}
</style>
border-color css
<style>
span { border-color: #FBEECD; }
span { border-color: rgb(251,238,205); }
td.TdClassName
{
border-color: #FBEECD;
}
.TagClassName
{
border-color: #FBEECD;
}
</style>