Shades of Gin Fizz #FBEAC7
Tints of Gin Fizz #FBEAC7
RGB
CMYK
RGB Variations
Color information
#FBEAC7 (or 0xFBEAC7) is known color: Gin Fizz. HEX triplet: FB, EA and C7. RGB value is (251,234,199). Sum of RGB (Red+Green+Blue) = 251+234+199=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 199 (78.12% from 255 or 29.09% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAC7 is #041538. Grayscale: #EBEBEB. Windows color (decimal): -267577 or 13101819. OLE color: 13101819.
HSL color Cylindrical-coordinate representation of color #FBEAC7: hue angle of 40.38º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBEAC7 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 199 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.02 |
| HSL | 40.38º | 0.87% | 0.88% | - |
| HSV(B) | 40.38º | 0.21% | 0.98% | - |
| XYZ | 79.52 | 83.48 | 65.95 | - |
| YUV | 235.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 199 | 0 | 0.07 | 0.21 | 0.02 | 40.38 | 0.87 | 0.88 |
| Hex | FB | EA | C7 | 0 | 7 | 15 | 2 | 28 | 57 | 58 |
| Octal | 373 | 352 | 307 | 0 | 7 | 25 | 2 | 50 | 127 | 130 |
| Binary | 11111011 | 11101010 | 11000111 | 0 | 111 | 10101 | 10 | 101000 | 1010111 | 1011000 |
Color Harmonies of #FBEAC7
Complementary color
Monochromatic Colors of #FBEAC7
Black with #FBEAC7
Text Example
Text Example
White with #FBEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAC7; }
p { color: rgb(251,234,199); }
H1.HeaderClassName
{
color: #FBEAC7;
}
.AnyTagClassName
{
color: #FBEAC7;
}
</style>
background-color css
<style>
a { background-color: #FBEAC7; }
a { background-color: rgb(251,234,199); }
div.DivClassName
{
background-color: #FBEAC7;
}
.BgClassName
{
background-color: #FBEAC7;
}
</style>
border-color css
<style>
span { border-color: #FBEAC7; }
span { border-color: rgb(251,234,199); }
td.TdClassName
{
border-color: #FBEAC7;
}
.TagClassName
{
border-color: #FBEAC7;
}
</style>