#FDEDCC

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

Shades of Gin Fizz #FDEDCC

Tints of Gin Fizz #FDEDCC

Color information

#FDEDCC (or 0xFDEDCC) is unknown color: approx Gin Fizz. HEX triplet: FD, ED and CC. RGB value is (253,237,204). Sum of RGB (Red+Green+Blue) = 253+237+204=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 204 (80.08% from 255 or 29.39% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDCC is #021233. Grayscale: #EEEEEE. Windows color (decimal): -135732 or 13430269. OLE color: 13430269.

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

Color convert

RGB253237204-
CMYK00.060.190.01
HSL40.41º92.45%89.61%-
HSV(B)40.41º19.37%99.22%-
XYZ81.6985.8169.38-
YUV238.02108.8138.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 204 (80.08% from 255) = 29.39%
R=36.46%
G=34.15%
B=29.39%

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
Decimal25323720400.060.190.0140.4192.4589.61
HexFDEDCC06131285c5a
Octal3753553140623150134132
Binary111111011110110111001100011010011110100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDCC; }

 p { color: rgb(253,237,204); }

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

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

 a { background-color: rgb(253,237,204); }

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

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

 span { border-color: rgb(253,237,204); }

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