Shades of Gin Fizz #FBEDCE
Tints of Gin Fizz #FBEDCE
RGB
CMYK
RGB Variations
Color information
#FBEDCE (or 0xFBEDCE) is known color: Gin Fizz. HEX triplet: FB, ED and CE. RGB value is (251,237,206). Sum of RGB (Red+Green+Blue) = 251+237+206=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDCE is #041231. Grayscale: #EDEDED. Windows color (decimal): -266802 or 13561339. OLE color: 13561339.
HSL color Cylindrical-coordinate representation of color #FBEDCE: hue angle of 41.33º 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 #FBEDCE is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 206 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.02 |
| HSL | 41.33º | 0.85% | 0.9% | - |
| HSV(B) | 41.33º | 0.18% | 0.98% | - |
| XYZ | 81.21 | 85.53 | 70.62 | - |
| YUV | 237.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 206 | 0 | 0.06 | 0.18 | 0.02 | 41.33 | 0.85 | 0.9 |
| Hex | FB | ED | CE | 0 | 6 | 12 | 2 | 29 | 55 | 5A |
| Octal | 373 | 355 | 316 | 0 | 6 | 22 | 2 | 51 | 125 | 132 |
| Binary | 11111011 | 11101101 | 11001110 | 0 | 110 | 10010 | 10 | 101001 | 1010101 | 1011010 |
Color Harmonies of #FBEDCE
Complementary color
Monochromatic Colors of #FBEDCE
Black with #FBEDCE
Text Example
Text Example
White with #FBEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDCE; }
p { color: rgb(251,237,206); }
H1.HeaderClassName
{
color: #FBEDCE;
}
.AnyTagClassName
{
color: #FBEDCE;
}
</style>
background-color css
<style>
a { background-color: #FBEDCE; }
a { background-color: rgb(251,237,206); }
div.DivClassName
{
background-color: #FBEDCE;
}
.BgClassName
{
background-color: #FBEDCE;
}
</style>
border-color css
<style>
span { border-color: #FBEDCE; }
span { border-color: rgb(251,237,206); }
td.TdClassName
{
border-color: #FBEDCE;
}
.TagClassName
{
border-color: #FBEDCE;
}
</style>