Html Css Color HEX #FCEDAC Banana Mania

📋 copy color: '#FCEDAC'

red 252 ◦ green 237 ◦ blue 172

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

Shades of Banana Mania #FCEDAC

Tints of Banana Mania #FCEDAC

RGB

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

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

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

R = 38.12%
G = 35.85%
B = 26.02%

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

#FCEDAC (or 0xFCEDAC) is known color: Banana Mania. HEX triplet: FC, ED and AC. RGB value is (252,237,172). Sum of RGB (Red+Green+Blue) = 252+237+172=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEDAC is #031253. Grayscale: #EAEAEA. Windows color (decimal): -201300 or 11333116. OLE color: 11333116.

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

Color convert

RGB 252 237 172 -
CMYK 0 0.06 0.32 0.01
HSL 48.75º 0.93% 0.83% -
HSV(B) 48.75º 0.32% 0.99% -
XYZ 77.88 84.24 51.19 -
YUV 234.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 252 237 172 0 0.06 0.32 0.01 48.75 0.93 0.83
Hex FC ED AC 0 6 20 1 31 5D 53
Octal 374 355 254 0 6 40 1 61 135 123
Binary 11111100 11101101 10101100 0 110 100000 1 110001 1011101 1010011

Color Harmonies of #FCEDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDAC

Black with #FCEDAC

Text Example


Text Example

White with #FCEDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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