Html Css Color HEX #FDEDAC Banana Mania

📋 copy color: '#FDEDAC'

red 253 ◦ green 237 ◦ blue 172

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

Shades of Banana Mania #FDEDAC

Tints of Banana Mania #FDEDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.8%

 BLUE value IS 172 (67.58% from 255) = 25.98%

R = 38.22%
G = 35.8%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDEDAC (or 0xFDEDAC) is known color: Banana Mania. HEX triplet: FD, ED and AC. RGB value is (253,237,172). Sum of RGB (Red+Green+Blue) = 253+237+172=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 172 (67.58% from 255 or 25.98% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDAC is #021253. Grayscale: #EAEAEA. Windows color (decimal): -135764 or 11333117. OLE color: 11333117.

HSL color Cylindrical-coordinate representation of color #FDEDAC: hue angle of 48.15º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDEDAC is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 237 172 -
CMYK 0 0.06 0.32 0.01
HSL 48.15º 0.95% 0.83% -
HSV(B) 48.15º 0.32% 0.99% -
XYZ 78.24 84.43 51.2 -
YUV 234.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 253 237 172 0 0.06 0.32 0.01 48.15 0.95 0.83
Hex FD ED AC 0 6 20 1 30 5F 53
Octal 375 355 254 0 6 40 1 60 137 123
Binary 11111101 11101101 10101100 0 110 100000 1 110000 1011111 1010011

Color Harmonies of #FDEDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDAC

Black with #FDEDAC

Text Example


Text Example

White with #FDEDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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