Shades of Gin Fizz #FCECCC
Tints of Gin Fizz #FCECCC
RGB
CMYK
RGB Variations
Color information
#FCECCC (or 0xFCECCC) is known color: Gin Fizz. HEX triplet: FC, EC and CC. RGB value is (252,236,204). Sum of RGB (Red+Green+Blue) = 252+236+204=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 204 (80.08% from 255 or 29.48% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECCC is #031333. Grayscale: #EDEDED. Windows color (decimal): -201524 or 13430012. OLE color: 13430012.
HSL color Cylindrical-coordinate representation of color #FCECCC: 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.19%. Process color model (Four color, CMYK) of #FCECCC is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 204 | - |
CMYK | 0 | 0.06 | 0.19 | 0.01 |
HSL | 40º | 0.89% | 0.89% | - |
HSV(B) | 40º | 0.19% | 0.99% | - |
XYZ | 81.04 | 85.05 | 69.27 | - |
YUV | 237.14 | 109.3 | 138.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 204 | 0 | 0.06 | 0.19 | 0.01 | 40 | 0.89 | 0.89 |
Hex | FC | EC | CC | 0 | 6 | 13 | 1 | 28 | 59 | 59 |
Octal | 374 | 354 | 314 | 0 | 6 | 23 | 1 | 50 | 131 | 131 |
Binary | 11111100 | 11101100 | 11001100 | 0 | 110 | 10011 | 1 | 101000 | 1011001 | 1011001 |
Color Harmonies of #FCECCC
Complementary color
Monochromatic Colors of #FCECCC
Black with #FCECCC
Text Example
Text Example
White with #FCECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECCC; }
p { color: rgb(252,236,204); }
H1.HeaderClassName
{
color: #FCECCC;
}
.AnyTagClassName
{
color: #FCECCC;
}
</style>
background-color css
<style>
a { background-color: #FCECCC; }
a { background-color: rgb(252,236,204); }
div.DivClassName
{
background-color: #FCECCC;
}
.BgClassName
{
background-color: #FCECCC;
}
</style>
border-color css
<style>
span { border-color: #FCECCC; }
span { border-color: rgb(252,236,204); }
td.TdClassName
{
border-color: #FCECCC;
}
.TagClassName
{
border-color: #FCECCC;
}
</style>