Shades of Gin Fizz #FCEFCD
Tints of Gin Fizz #FCEFCD
RGB
CMYK
RGB Variations
Color information
#FCEFCD (or 0xFCEFCD) is known color: Gin Fizz. HEX triplet: FC, EF and CD. RGB value is (252,239,205). Sum of RGB (Red+Green+Blue) = 252+239+205=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 205 (80.47% from 255 or 29.45% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFCD is #031032. Grayscale: #EFEFEF. Windows color (decimal): -200755 or 13496316. OLE color: 13496316.
HSL color Cylindrical-coordinate representation of color #FCEFCD: hue angle of 43.4º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCEFCD is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 239 | 205 | - |
CMYK | 0 | 0.05 | 0.19 | 0.01 |
HSL | 43.4º | 0.89% | 0.9% | - |
HSV(B) | 43.4º | 0.19% | 0.99% | - |
XYZ | 82.03 | 86.84 | 70.2 | - |
YUV | 239.01 | 108.81 | 137.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 239 | 205 | 0 | 0.05 | 0.19 | 0.01 | 43.4 | 0.89 | 0.9 |
Hex | FC | EF | CD | 0 | 5 | 13 | 1 | 2B | 59 | 5A |
Octal | 374 | 357 | 315 | 0 | 5 | 23 | 1 | 53 | 131 | 132 |
Binary | 11111100 | 11101111 | 11001101 | 0 | 101 | 10011 | 1 | 101011 | 1011001 | 1011010 |
Color Harmonies of #FCEFCD
Complementary color
Monochromatic Colors of #FCEFCD
Black with #FCEFCD
Text Example
Text Example
White with #FCEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFCD; }
p { color: rgb(252,239,205); }
H1.HeaderClassName
{
color: #FCEFCD;
}
.AnyTagClassName
{
color: #FCEFCD;
}
</style>
background-color css
<style>
a { background-color: #FCEFCD; }
a { background-color: rgb(252,239,205); }
div.DivClassName
{
background-color: #FCEFCD;
}
.BgClassName
{
background-color: #FCEFCD;
}
</style>
border-color css
<style>
span { border-color: #FCEFCD; }
span { border-color: rgb(252,239,205); }
td.TdClassName
{
border-color: #FCEFCD;
}
.TagClassName
{
border-color: #FCEFCD;
}
</style>