Html Css Color HEX #FDEECB Gin Fizz

📋 copy color: '#FDEECB'

red 253 ◦ green 238 ◦ blue 203

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

Shades of Gin Fizz #FDEECB

Tints of Gin Fizz #FDEECB

RGB

 RED value IS 253 (99.22% from 255) = 36.46%

 GREEN value IS 238 (93.36% from 255) = 34.29%

 BLUE value IS 203 (79.69% from 255) = 29.25%

R = 36.46%
G = 34.29%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDEECB (or 0xFDEECB) is known color: Gin Fizz. HEX triplet: FD, EE and CB. RGB value is (253,238,203). Sum of RGB (Red+Green+Blue) = 253+238+203=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEECB is #021134. Grayscale: #EEEEEE. Windows color (decimal): -135477 or 13364989. OLE color: 13364989.

HSL color Cylindrical-coordinate representation of color #FDEECB: hue angle of 42º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDEECB is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 238 203 -
CMYK 0 0.06 0.20 0.01
HSL 42º 0.93% 0.89% -
HSV(B) 42º 0.2% 0.99% -
XYZ 81.86 86.34 68.85 -
YUV 238.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 253 238 203 0 0.06 0.20 0.01 42 0.93 0.89
Hex FD EE CB 0 6 14 1 2A 5D 59
Octal 375 356 313 0 6 24 1 52 135 131
Binary 11111101 11101110 11001011 0 110 10100 1 101010 1011101 1011001

Color Harmonies of #FDEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEECB

Black with #FDEECB

Text Example


Text Example

White with #FDEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEECB; }

 p { color: rgb(253,238,203); }

 H1.HeaderClassName
 {
   color: #FDEECB;
 }
 .AnyTagClassName
 {
   color: #FDEECB;
 }
</style>

background-color css

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

 a { background-color: rgb(253,238,203); }

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

border-color css

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

 span { border-color: rgb(253,238,203); }

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