#FCEECD

Color #FCEECD Gin Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gin Fizz #FCEECD

Tints of Gin Fizz #FCEECD

Color information

#FCEECD (or 0xFCEECD) is unknown color: approx Gin Fizz. HEX triplet: FC, EE and CD. RGB value is (252,238,205). Sum of RGB (Red+Green+Blue) = 252+238+205=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEECD is #031132. Grayscale: #EEEEEE. Windows color (decimal): -201011 or 13496060. OLE color: 13496060.

HSL color Cylindrical-coordinate representation of color #FCEECD: hue angle of 42.13º 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 #FCEECD is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252238205-
CMYK00.060.190.01
HSL42.13º88.68%89.61%-
HSV(B)42.13º18.65%98.82%-
XYZ81.7486.2570.1-
YUV238.42109.14137.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 205 (80.47% from 255) = 29.50%
R=36.26%
G=34.24%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223820500.060.190.0142.1388.6889.61
HexFCEECD061312a595a
Octal3743563150623152131132
Binary111111001110111011001101011010011110101010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEECD; }

 p { color: rgb(252,238,205); }

 H1.HeaderClassName
 {
   color: #FCEECD;
 }
 .AnyTagClassName
 {
   color: #FCEECD;
 }
</style>
background-color css

<style>
 a { background-color: #FCEECD; }

 a { background-color: rgb(252,238,205); }

 div.DivClassName
 {
   background-color: #FCEECD;
 }
 .BgClassName
 {
   background-color: #FCEECD;
 }
</style>
border-color css

<style>
 span { border-color: #FCEECD; }

 span { border-color: rgb(252,238,205); }

 td.TdClassName
 {
   border-color: #FCEECD;
 }
 .TagClassName
 {
   border-color: #FCEECD;
 }
</style>