Html Css Color HEX #FEECAF Banana Mania

📋 copy color: '#FEECAF'

red 254 ◦ green 236 ◦ blue 175

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

Shades of Banana Mania #FEECAF

Tints of Banana Mania #FEECAF

RGB

 RED value IS 254 (99.61% from 255) = 38.2%

 GREEN value IS 236 (92.58% from 255) = 35.49%

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

R = 38.2%
G = 35.49%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEECAF (or 0xFEECAF) is known color: Banana Mania. HEX triplet: FE, EC and AF. RGB value is (254,236,175). Sum of RGB (Red+Green+Blue) = 254+236+175=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEECAF is #011350. Grayscale: #EAEAEA. Windows color (decimal): -70481 or 11529470. OLE color: 11529470.

HSL color Cylindrical-coordinate representation of color #FEECAF: hue angle of 46.33º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEECAF is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 236 175 -
CMYK 0 0.07 0.31 0.00
HSL 46.33º 0.98% 0.84% -
HSV(B) 46.33º 0.31% 1% -
XYZ 78.61 84.16 52.66 -
YUV 234.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 254 236 175 0 0.07 0.31 0.00 46.33 0.98 0.84
Hex FE EC AF 0 7 1F 0 2E 62 54
Octal 376 354 257 0 7 37 0 56 142 124
Binary 11111110 11101100 10101111 0 111 11111 0 101110 1100010 1010100

Color Harmonies of #FEECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEECAF

Black with #FEECAF

Text Example


Text Example

White with #FEECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEECAF; }

 p { color: rgb(254,236,175); }

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

background-color css

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

 a { background-color: rgb(254,236,175); }

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

border-color css

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

 span { border-color: rgb(254,236,175); }

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