Shades of Gin Fizz #FBECCE
Tints of Gin Fizz #FBECCE
RGB
CMYK
RGB Variations
Color information
#FBECCE (or 0xFBECCE) is known color: Gin Fizz. HEX triplet: FB, EC and CE. RGB value is (251,236,206). Sum of RGB (Red+Green+Blue) = 251+236+206=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECCE is #041331. Grayscale: #EDEDED. Windows color (decimal): -267058 or 13561083. OLE color: 13561083.
HSL color Cylindrical-coordinate representation of color #FBECCE: hue angle of 40º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBECCE is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 206 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.02 |
| HSL | 40º | 0.85% | 0.9% | - |
| HSV(B) | 40º | 0.18% | 0.98% | - |
| XYZ | 80.92 | 84.96 | 70.53 | - |
| YUV | 237.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 206 | 0 | 0.06 | 0.18 | 0.02 | 40 | 0.85 | 0.9 |
| Hex | FB | EC | CE | 0 | 6 | 12 | 2 | 28 | 55 | 5A |
| Octal | 373 | 354 | 316 | 0 | 6 | 22 | 2 | 50 | 125 | 132 |
| Binary | 11111011 | 11101100 | 11001110 | 0 | 110 | 10010 | 10 | 101000 | 1010101 | 1011010 |
Color Harmonies of #FBECCE
Complementary color
Monochromatic Colors of #FBECCE
Black with #FBECCE
Text Example
Text Example
White with #FBECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECCE; }
p { color: rgb(251,236,206); }
H1.HeaderClassName
{
color: #FBECCE;
}
.AnyTagClassName
{
color: #FBECCE;
}
</style>
background-color css
<style>
a { background-color: #FBECCE; }
a { background-color: rgb(251,236,206); }
div.DivClassName
{
background-color: #FBECCE;
}
.BgClassName
{
background-color: #FBECCE;
}
</style>
border-color css
<style>
span { border-color: #FBECCE; }
span { border-color: rgb(251,236,206); }
td.TdClassName
{
border-color: #FBECCE;
}
.TagClassName
{
border-color: #FBECCE;
}
</style>