Shades of Gin Fizz #FCECCB
Tints of Gin Fizz #FCECCB
RGB
CMYK
RGB Variations
Color information
#FCECCB (or 0xFCECCB) is known color: Gin Fizz. HEX triplet: FC, EC and CB. RGB value is (252,236,203). Sum of RGB (Red+Green+Blue) = 252+236+203=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 203 (79.69% from 255 or 29.38% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECCB is #031334. Grayscale: #EDEDED. Windows color (decimal): -201525 or 13364476. OLE color: 13364476.
HSL color Cylindrical-coordinate representation of color #FCECCB: hue angle of 40.41º 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 #FCECCB is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 203 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.01 |
| HSL | 40.41º | 0.89% | 0.89% | - |
| HSV(B) | 40.41º | 0.19% | 0.99% | - |
| XYZ | 80.92 | 85 | 68.64 | - |
| YUV | 237.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 203 | 0 | 0.06 | 0.19 | 0.01 | 40.41 | 0.89 | 0.89 |
| Hex | FC | EC | CB | 0 | 6 | 13 | 1 | 28 | 59 | 59 |
| Octal | 374 | 354 | 313 | 0 | 6 | 23 | 1 | 50 | 131 | 131 |
| Binary | 11111100 | 11101100 | 11001011 | 0 | 110 | 10011 | 1 | 101000 | 1011001 | 1011001 |
Color Harmonies of #FCECCB
Complementary color
Monochromatic Colors of #FCECCB
Black with #FCECCB
Text Example
Text Example
White with #FCECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECCB; }
p { color: rgb(252,236,203); }
H1.HeaderClassName
{
color: #FCECCB;
}
.AnyTagClassName
{
color: #FCECCB;
}
</style>
background-color css
<style>
a { background-color: #FCECCB; }
a { background-color: rgb(252,236,203); }
div.DivClassName
{
background-color: #FCECCB;
}
.BgClassName
{
background-color: #FCECCB;
}
</style>
border-color css
<style>
span { border-color: #FCECCB; }
span { border-color: rgb(252,236,203); }
td.TdClassName
{
border-color: #FCECCB;
}
.TagClassName
{
border-color: #FCECCB;
}
</style>