Shades of Gin Fizz #FBEDCB
Tints of Gin Fizz #FBEDCB
RGB
CMYK
RGB Variations
Color information
#FBEDCB (or 0xFBEDCB) is known color: Gin Fizz. HEX triplet: FB, ED and CB. RGB value is (251,237,203). Sum of RGB (Red+Green+Blue) = 251+237+203=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 203 (79.69% from 255 or 29.38% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDCB is #041234. Grayscale: #EDEDED. Windows color (decimal): -266805 or 13364731. OLE color: 13364731.
HSL color Cylindrical-coordinate representation of color #FBEDCB: hue angle of 42.5º degrees, saturation: 0.86, 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 #FBEDCB is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 203 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.02 |
| HSL | 42.5º | 0.86% | 0.89% | - |
| HSV(B) | 42.5º | 0.19% | 0.98% | - |
| XYZ | 80.85 | 85.39 | 68.72 | - |
| YUV | 237.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 203 | 0 | 0.06 | 0.19 | 0.02 | 42.5 | 0.86 | 0.89 |
| Hex | FB | ED | CB | 0 | 6 | 13 | 2 | 2A | 56 | 59 |
| Octal | 373 | 355 | 313 | 0 | 6 | 23 | 2 | 52 | 126 | 131 |
| Binary | 11111011 | 11101101 | 11001011 | 0 | 110 | 10011 | 10 | 101010 | 1010110 | 1011001 |
Color Harmonies of #FBEDCB
Complementary color
Monochromatic Colors of #FBEDCB
Black with #FBEDCB
Text Example
Text Example
White with #FBEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDCB; }
p { color: rgb(251,237,203); }
H1.HeaderClassName
{
color: #FBEDCB;
}
.AnyTagClassName
{
color: #FBEDCB;
}
</style>
background-color css
<style>
a { background-color: #FBEDCB; }
a { background-color: rgb(251,237,203); }
div.DivClassName
{
background-color: #FBEDCB;
}
.BgClassName
{
background-color: #FBEDCB;
}
</style>
border-color css
<style>
span { border-color: #FBEDCB; }
span { border-color: rgb(251,237,203); }
td.TdClassName
{
border-color: #FBEDCB;
}
.TagClassName
{
border-color: #FBEDCB;
}
</style>