Shades of Gin Fizz #F8EBCB
Tints of Gin Fizz #F8EBCB
RGB
CMYK
RGB Variations
Color information
#F8EBCB (or 0xF8EBCB) is known color: Gin Fizz. HEX triplet: F8, EB and CB. RGB value is (248,235,203). Sum of RGB (Red+Green+Blue) = 248+235+203=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBCB is #071434. Grayscale: #EBEBEB. Windows color (decimal): -463925 or 13364216. OLE color: 13364216.
HSL color Cylindrical-coordinate representation of color #F8EBCB: hue angle of 42.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8EBCB is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 235 | 203 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.03 |
| HSL | 42.67º | 0.76% | 0.88% | - |
| HSV(B) | 42.67º | 0.18% | 0.97% | - |
| XYZ | 79.2 | 83.68 | 68.48 | - |
| YUV | 235.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 235 | 203 | 0 | 0.05 | 0.18 | 0.03 | 42.67 | 0.76 | 0.88 |
| Hex | F8 | EB | CB | 0 | 5 | 12 | 3 | 2B | 4C | 58 |
| Octal | 370 | 353 | 313 | 0 | 5 | 22 | 3 | 53 | 114 | 130 |
| Binary | 11111000 | 11101011 | 11001011 | 0 | 101 | 10010 | 11 | 101011 | 1001100 | 1011000 |
Color Harmonies of #F8EBCB
Complementary color
Monochromatic Colors of #F8EBCB
Black with #F8EBCB
Text Example
Text Example
White with #F8EBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EBCB; }
p { color: rgb(248,235,203); }
H1.HeaderClassName
{
color: #F8EBCB;
}
.AnyTagClassName
{
color: #F8EBCB;
}
</style>
background-color css
<style>
a { background-color: #F8EBCB; }
a { background-color: rgb(248,235,203); }
div.DivClassName
{
background-color: #F8EBCB;
}
.BgClassName
{
background-color: #F8EBCB;
}
</style>
border-color css
<style>
span { border-color: #F8EBCB; }
span { border-color: rgb(248,235,203); }
td.TdClassName
{
border-color: #F8EBCB;
}
.TagClassName
{
border-color: #F8EBCB;
}
</style>