Shades of Gin Fizz #FBECCD
Tints of Gin Fizz #FBECCD
RGB
CMYK
RGB Variations
Color information
#FBECCD (or 0xFBECCD) is known color: Gin Fizz. HEX triplet: FB, EC and CD. RGB value is (251,236,205). Sum of RGB (Red+Green+Blue) = 251+236+205=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECCD is #041332. Grayscale: #EDEDED. Windows color (decimal): -267059 or 13495547. OLE color: 13495547.
HSL color Cylindrical-coordinate representation of color #FBECCD: hue angle of 40.43º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBECCD is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 236 | 205 | - |
CMYK | 0 | 0.06 | 0.18 | 0.02 |
HSL | 40.43º | 0.85% | 0.89% | - |
HSV(B) | 40.43º | 0.18% | 0.98% | - |
XYZ | 80.8 | 84.91 | 69.89 | - |
YUV | 236.95 | 109.97 | 138.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 236 | 205 | 0 | 0.06 | 0.18 | 0.02 | 40.43 | 0.85 | 0.89 |
Hex | FB | EC | CD | 0 | 6 | 12 | 2 | 28 | 55 | 59 |
Octal | 373 | 354 | 315 | 0 | 6 | 22 | 2 | 50 | 125 | 131 |
Binary | 11111011 | 11101100 | 11001101 | 0 | 110 | 10010 | 10 | 101000 | 1010101 | 1011001 |
Color Harmonies of #FBECCD
Complementary color
Monochromatic Colors of #FBECCD
Black with #FBECCD
Text Example
Text Example
White with #FBECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECCD; }
p { color: rgb(251,236,205); }
H1.HeaderClassName
{
color: #FBECCD;
}
.AnyTagClassName
{
color: #FBECCD;
}
</style>
background-color css
<style>
a { background-color: #FBECCD; }
a { background-color: rgb(251,236,205); }
div.DivClassName
{
background-color: #FBECCD;
}
.BgClassName
{
background-color: #FBECCD;
}
</style>
border-color css
<style>
span { border-color: #FBECCD; }
span { border-color: rgb(251,236,205); }
td.TdClassName
{
border-color: #FBECCD;
}
.TagClassName
{
border-color: #FBECCD;
}
</style>