Html Css Color HEX #FDE6B4 Banana Mania

📋 copy color: '#FDE6B4'

red 253 ◦ green 230 ◦ blue 180

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

Shades of Banana Mania #FDE6B4

Tints of Banana Mania #FDE6B4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.69%

 BLUE value IS 180 (70.7% from 255) = 27.15%

R = 38.16%
G = 34.69%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDE6B4 (or 0xFDE6B4) is known color: Banana Mania. HEX triplet: FD, E6 and B4. RGB value is (253,230,180). Sum of RGB (Red+Green+Blue) = 253+230+180=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 180 (70.70% from 255 or 27.15% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6B4 is #02194B. Grayscale: #E7E7E7. Windows color (decimal): -137548 or 11855613. OLE color: 11855613.

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

Color convert

RGB 253 230 180 -
CMYK 0 0.09 0.29 0.01
HSL 41.1º 0.95% 0.85% -
HSV(B) 41.1º 0.29% 0.99% -
XYZ 77.04 80.77 54.71 -
YUV 231.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 253 230 180 0 0.09 0.29 0.01 41.1 0.95 0.85
Hex FD E6 B4 0 9 1D 1 29 5F 55
Octal 375 346 264 0 11 35 1 51 137 125
Binary 11111101 11100110 10110100 0 1001 11101 1 101001 1011111 1010101

Color Harmonies of #FDE6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE6B4

Black with #FDE6B4

Text Example


Text Example

White with #FDE6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE6B4; }

 p { color: rgb(253,230,180); }

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

background-color css

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

 a { background-color: rgb(253,230,180); }

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

border-color css

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

 span { border-color: rgb(253,230,180); }

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