Html Css Color HEX #FCE5AF Banana Mania

📋 copy color: '#FCE5AF'

red 252 ◦ green 229 ◦ blue 175

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

Shades of Banana Mania #FCE5AF

Tints of Banana Mania #FCE5AF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.91%

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

R = 38.41%
G = 34.91%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCE5AF (or 0xFCE5AF) is known color: Banana Mania. HEX triplet: FC, E5 and AF. RGB value is (252,229,175). Sum of RGB (Red+Green+Blue) = 252+229+175=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5AF is #031A50. Grayscale: #E5E5E5. Windows color (decimal): -203345 or 11527676. OLE color: 11527676.

HSL color Cylindrical-coordinate representation of color #FCE5AF: hue angle of 42.08º 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 #FCE5AF is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 175 -
CMYK 0 0.09 0.31 0.01
HSL 42.08º 0.93% 0.84% -
HSV(B) 42.08º 0.31% 0.99% -
XYZ 75.9 79.83 51.97 -
YUV 229.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 252 229 175 0 0.09 0.31 0.01 42.08 0.93 0.84
Hex FC E5 AF 0 9 1F 1 2A 5D 54
Octal 374 345 257 0 11 37 1 52 135 124
Binary 11111100 11100101 10101111 0 1001 11111 1 101010 1011101 1010100

Color Harmonies of #FCE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5AF

Black with #FCE5AF

Text Example


Text Example

White with #FCE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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