Html Css Color HEX #FDEDCC Gin Fizz

📋 copy color: '#FDEDCC'

red 253 ◦ green 237 ◦ blue 204

#FDEDCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gin Fizz #FDEDCC

Tints of Gin Fizz #FDEDCC

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 value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDEDCC (or 0xFDEDCC) is known color: 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

RGB 253 237 204 -
CMYK 0 0.06 0.19 0.01
HSL 40.41º 0.92% 0.9% -
HSV(B) 40.41º 0.19% 0.99% -
XYZ 81.69 85.81 69.38 -
YUV 238.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 253 237 204 0 0.06 0.19 0.01 40.41 0.92 0.9
Hex FD ED CC 0 6 13 1 28 5C 5A
Octal 375 355 314 0 6 23 1 50 134 132
Binary 11111101 11101101 11001100 0 110 10011 1 101000 1011100 1011010

Color Harmonies of #FDEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDCC

Black with #FDEDCC

Text Example


Text Example

White with #FDEDCC

Text Example


Text Example

HTML Codes & Css Web 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>