Shades of Gin Fizz #FBEACB
Tints of Gin Fizz #FBEACB
RGB
CMYK
RGB Variations
Color information
#FBEACB (or 0xFBEACB) is known color: Gin Fizz. HEX triplet: FB, EA and CB. RGB value is (251,234,203). Sum of RGB (Red+Green+Blue) = 251+234+203=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEACB is #041534. Grayscale: #EBEBEB. Windows color (decimal): -267573 or 13363963. OLE color: 13363963.
HSL color Cylindrical-coordinate representation of color #FBEACB: hue angle of 38.75º 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 #FBEACB is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 203 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.02 |
| HSL | 38.75º | 0.86% | 0.89% | - |
| HSV(B) | 38.75º | 0.19% | 0.98% | - |
| XYZ | 79.99 | 83.67 | 68.43 | - |
| YUV | 235.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 203 | 0 | 0.07 | 0.19 | 0.02 | 38.75 | 0.86 | 0.89 |
| Hex | FB | EA | CB | 0 | 7 | 13 | 2 | 27 | 56 | 59 |
| Octal | 373 | 352 | 313 | 0 | 7 | 23 | 2 | 47 | 126 | 131 |
| Binary | 11111011 | 11101010 | 11001011 | 0 | 111 | 10011 | 10 | 100111 | 1010110 | 1011001 |
Color Harmonies of #FBEACB
Complementary color
Monochromatic Colors of #FBEACB
Black with #FBEACB
Text Example
Text Example
White with #FBEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEACB; }
p { color: rgb(251,234,203); }
H1.HeaderClassName
{
color: #FBEACB;
}
.AnyTagClassName
{
color: #FBEACB;
}
</style>
background-color css
<style>
a { background-color: #FBEACB; }
a { background-color: rgb(251,234,203); }
div.DivClassName
{
background-color: #FBEACB;
}
.BgClassName
{
background-color: #FBEACB;
}
</style>
border-color css
<style>
span { border-color: #FBEACB; }
span { border-color: rgb(251,234,203); }
td.TdClassName
{
border-color: #FBEACB;
}
.TagClassName
{
border-color: #FBEACB;
}
</style>