Shades of Gin Fizz #FCECCA
Tints of Gin Fizz #FCECCA
RGB
CMYK
RGB Variations
Color information
#FCECCA (or 0xFCECCA) is known color: Gin Fizz. HEX triplet: FC, EC and CA. RGB value is (252,236,202). Sum of RGB (Red+Green+Blue) = 252+236+202=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 202 (79.30% from 255 or 29.28% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECCA is #031335. Grayscale: #EDEDED. Windows color (decimal): -201526 or 13298940. OLE color: 13298940.
HSL color Cylindrical-coordinate representation of color #FCECCA: hue angle of 40.8º 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 #FCECCA is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 202 | - |
CMYK | 0 | 0.06 | 0.20 | 0.01 |
HSL | 40.8º | 0.89% | 0.89% | - |
HSV(B) | 40.8º | 0.2% | 0.99% | - |
XYZ | 80.8 | 84.95 | 68.02 | - |
YUV | 236.91 | 108.3 | 138.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 202 | 0 | 0.06 | 0.20 | 0.01 | 40.8 | 0.89 | 0.89 |
Hex | FC | EC | CA | 0 | 6 | 14 | 1 | 29 | 59 | 59 |
Octal | 374 | 354 | 312 | 0 | 6 | 24 | 1 | 51 | 131 | 131 |
Binary | 11111100 | 11101100 | 11001010 | 0 | 110 | 10100 | 1 | 101001 | 1011001 | 1011001 |
Color Harmonies of #FCECCA
Complementary color
Monochromatic Colors of #FCECCA
Black with #FCECCA
Text Example
Text Example
White with #FCECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECCA; }
p { color: rgb(252,236,202); }
H1.HeaderClassName
{
color: #FCECCA;
}
.AnyTagClassName
{
color: #FCECCA;
}
</style>
background-color css
<style>
a { background-color: #FCECCA; }
a { background-color: rgb(252,236,202); }
div.DivClassName
{
background-color: #FCECCA;
}
.BgClassName
{
background-color: #FCECCA;
}
</style>
border-color css
<style>
span { border-color: #FCECCA; }
span { border-color: rgb(252,236,202); }
td.TdClassName
{
border-color: #FCECCA;
}
.TagClassName
{
border-color: #FCECCA;
}
</style>