Html Css Color HEX #FCEDB4 Banana Mania

📋 copy color: '#FCEDB4'

red 252 ◦ green 237 ◦ blue 180

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

Shades of Banana Mania #FCEDB4

Tints of Banana Mania #FCEDB4

RGB

 RED value IS 252 (98.83% from 255) = 37.67%

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

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

R = 37.67%
G = 35.43%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCEDB4 (or 0xFCEDB4) is known color: Banana Mania. HEX triplet: FC, ED and B4. RGB value is (252,237,180). Sum of RGB (Red+Green+Blue) = 252+237+180=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 180 (70.70% from 255 or 26.91% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDB4 is #03124B. Grayscale: #EBEBEB. Windows color (decimal): -201292 or 11857404. OLE color: 11857404.

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

Color convert

RGB 252 237 180 -
CMYK 0 0.06 0.29 0.01
HSL 47.5º 0.92% 0.85% -
HSV(B) 47.5º 0.29% 0.99% -
XYZ 78.67 84.56 55.36 -
YUV 234.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 252 237 180 0 0.06 0.29 0.01 47.5 0.92 0.85
Hex FC ED B4 0 6 1D 1 30 5C 55
Octal 374 355 264 0 6 35 1 60 134 125
Binary 11111100 11101101 10110100 0 110 11101 1 110000 1011100 1010101

Color Harmonies of #FCEDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDB4

Black with #FCEDB4

Text Example


Text Example

White with #FCEDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDB4; }

 p { color: rgb(252,237,180); }

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

background-color css

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

 a { background-color: rgb(252,237,180); }

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

border-color css

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

 span { border-color: rgb(252,237,180); }

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