Shades of Gin Fizz #FBEAC8
Tints of Gin Fizz #FBEAC8
RGB
CMYK
RGB Variations
Color information
#FBEAC8 (or 0xFBEAC8) is known color: Gin Fizz. HEX triplet: FB, EA and C8. RGB value is (251,234,200). Sum of RGB (Red+Green+Blue) = 251+234+200=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 200 (78.52% from 255 or 29.20% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAC8 is #041537. Grayscale: #EBEBEB. Windows color (decimal): -267576 or 13167355. OLE color: 13167355.
HSL color Cylindrical-coordinate representation of color #FBEAC8: hue angle of 40º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBEAC8 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 200 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.02 |
| HSL | 40º | 0.86% | 0.88% | - |
| HSV(B) | 40º | 0.2% | 0.98% | - |
| XYZ | 79.63 | 83.53 | 66.57 | - |
| YUV | 235.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 200 | 0 | 0.07 | 0.20 | 0.02 | 40 | 0.86 | 0.88 |
| Hex | FB | EA | C8 | 0 | 7 | 14 | 2 | 28 | 56 | 58 |
| Octal | 373 | 352 | 310 | 0 | 7 | 24 | 2 | 50 | 126 | 130 |
| Binary | 11111011 | 11101010 | 11001000 | 0 | 111 | 10100 | 10 | 101000 | 1010110 | 1011000 |
Color Harmonies of #FBEAC8
Complementary color
Monochromatic Colors of #FBEAC8
Black with #FBEAC8
Text Example
Text Example
White with #FBEAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAC8; }
p { color: rgb(251,234,200); }
H1.HeaderClassName
{
color: #FBEAC8;
}
.AnyTagClassName
{
color: #FBEAC8;
}
</style>
background-color css
<style>
a { background-color: #FBEAC8; }
a { background-color: rgb(251,234,200); }
div.DivClassName
{
background-color: #FBEAC8;
}
.BgClassName
{
background-color: #FBEAC8;
}
</style>
border-color css
<style>
span { border-color: #FBEAC8; }
span { border-color: rgb(251,234,200); }
td.TdClassName
{
border-color: #FBEAC8;
}
.TagClassName
{
border-color: #FBEAC8;
}
</style>