#FCEDCD

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

Shades of Gin Fizz #FCEDCD

Tints of Gin Fizz #FCEDCD

Color information

#FCEDCD (or 0xFCEDCD) is unknown color: approx Gin Fizz. HEX triplet: FC, ED and CD. RGB value is (252,237,205). Sum of RGB (Red+Green+Blue) = 252+237+205=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDCD is #031232. Grayscale: #EDEDED. Windows color (decimal): -201267 or 13495804. OLE color: 13495804.

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

Color convert

RGB252237205-
CMYK00.060.190.01
HSL40.85º88.68%89.61%-
HSV(B)40.85º18.65%98.82%-
XYZ81.4585.6770-
YUV237.84109.47138.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 205 (80.47% from 255) = 29.54%
R=36.31%
G=34.15%
B=29.54%

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
Decimal25223720500.060.190.0140.8588.6889.61
HexFCEDCD0613129595a
Octal3743553150623151131132
Binary111111001110110111001101011010011110100110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDCD; }

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

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

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

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

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

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

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

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