Shades of Gin Fizz #FBEECC
Tints of Gin Fizz #FBEECC
RGB
CMYK
RGB Variations
Color information
#FBEECC (or 0xFBEECC) is known color: Gin Fizz. HEX triplet: FB, EE and CC. RGB value is (251,238,204). Sum of RGB (Red+Green+Blue) = 251+238+204=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 204 (80.08% from 255 or 29.44% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEECC is #041133. Grayscale: #EEEEEE. Windows color (decimal): -266548 or 13430523. OLE color: 13430523.
HSL color Cylindrical-coordinate representation of color #FBEECC: hue angle of 43.4º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBEECC is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 238 | 204 | - |
CMYK | 0 | 0.05 | 0.19 | 0.02 |
HSL | 43.4º | 0.85% | 0.89% | - |
HSV(B) | 43.4º | 0.19% | 0.98% | - |
XYZ | 81.26 | 86.02 | 69.45 | - |
YUV | 238.01 | 108.81 | 137.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 238 | 204 | 0 | 0.05 | 0.19 | 0.02 | 43.4 | 0.85 | 0.89 |
Hex | FB | EE | CC | 0 | 5 | 13 | 2 | 2B | 55 | 59 |
Octal | 373 | 356 | 314 | 0 | 5 | 23 | 2 | 53 | 125 | 131 |
Binary | 11111011 | 11101110 | 11001100 | 0 | 101 | 10011 | 10 | 101011 | 1010101 | 1011001 |
Color Harmonies of #FBEECC
Complementary color
Monochromatic Colors of #FBEECC
Black with #FBEECC
Text Example
Text Example
White with #FBEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEECC; }
p { color: rgb(251,238,204); }
H1.HeaderClassName
{
color: #FBEECC;
}
.AnyTagClassName
{
color: #FBEECC;
}
</style>
background-color css
<style>
a { background-color: #FBEECC; }
a { background-color: rgb(251,238,204); }
div.DivClassName
{
background-color: #FBEECC;
}
.BgClassName
{
background-color: #FBEECC;
}
</style>
border-color css
<style>
span { border-color: #FBEECC; }
span { border-color: rgb(251,238,204); }
td.TdClassName
{
border-color: #FBEECC;
}
.TagClassName
{
border-color: #FBEECC;
}
</style>