Html Css Color HEX #FCEDAF Banana Mania

📋 copy color: '#FCEDAF'

red 252 ◦ green 237 ◦ blue 175

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

Shades of Banana Mania #FCEDAF

Tints of Banana Mania #FCEDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.36%

R = 37.95%
G = 35.69%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCEDAF (or 0xFCEDAF) is known color: Banana Mania. HEX triplet: FC, ED and AF. RGB value is (252,237,175). Sum of RGB (Red+Green+Blue) = 252+237+175=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 175 (68.75% from 255 or 26.36% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEDAF is #031250. Grayscale: #EAEAEA. Windows color (decimal): -201297 or 11529724. OLE color: 11529724.

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

Color convert

RGB 252 237 175 -
CMYK 0 0.06 0.31 0.01
HSL 48.31º 0.93% 0.84% -
HSV(B) 48.31º 0.31% 0.99% -
XYZ 78.17 84.36 52.72 -
YUV 234.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 252 237 175 0 0.06 0.31 0.01 48.31 0.93 0.84
Hex FC ED AF 0 6 1F 1 30 5D 54
Octal 374 355 257 0 6 37 1 60 135 124
Binary 11111100 11101101 10101111 0 110 11111 1 110000 1011101 1010100

Color Harmonies of #FCEDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDAF

Black with #FCEDAF

Text Example


Text Example

White with #FCEDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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