Shades of Gin Fizz #FCEBC9
Tints of Gin Fizz #FCEBC9
RGB
CMYK
RGB Variations
Color information
#FCEBC9 (or 0xFCEBC9) is known color: Gin Fizz. HEX triplet: FC, EB and C9. RGB value is (252,235,201). Sum of RGB (Red+Green+Blue) = 252+235+201=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 201 (78.91% from 255 or 29.22% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC9 is #031436. Grayscale: #ECECEC. Windows color (decimal): -201783 or 13233148. OLE color: 13233148.
HSL color Cylindrical-coordinate representation of color #FCEBC9: hue angle of 40º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCEBC9 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 235 | 201 | - |
CMYK | 0 | 0.07 | 0.20 | 0.01 |
HSL | 40º | 0.89% | 0.89% | - |
HSV(B) | 40º | 0.2% | 0.99% | - |
XYZ | 80.4 | 84.33 | 67.3 | - |
YUV | 236.21 | 108.13 | 139.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 235 | 201 | 0 | 0.07 | 0.20 | 0.01 | 40 | 0.89 | 0.89 |
Hex | FC | EB | C9 | 0 | 7 | 14 | 1 | 28 | 59 | 59 |
Octal | 374 | 353 | 311 | 0 | 7 | 24 | 1 | 50 | 131 | 131 |
Binary | 11111100 | 11101011 | 11001001 | 0 | 111 | 10100 | 1 | 101000 | 1011001 | 1011001 |
Color Harmonies of #FCEBC9
Complementary color
Monochromatic Colors of #FCEBC9
Black with #FCEBC9
Text Example
Text Example
White with #FCEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBC9; }
p { color: rgb(252,235,201); }
H1.HeaderClassName
{
color: #FCEBC9;
}
.AnyTagClassName
{
color: #FCEBC9;
}
</style>
background-color css
<style>
a { background-color: #FCEBC9; }
a { background-color: rgb(252,235,201); }
div.DivClassName
{
background-color: #FCEBC9;
}
.BgClassName
{
background-color: #FCEBC9;
}
</style>
border-color css
<style>
span { border-color: #FCEBC9; }
span { border-color: rgb(252,235,201); }
td.TdClassName
{
border-color: #FCEBC9;
}
.TagClassName
{
border-color: #FCEBC9;
}
</style>