Html Css Color HEX #FDEFAF Banana Mania

📋 copy color: '#FDEFAF'

red 253 ◦ green 239 ◦ blue 175

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

Shades of Banana Mania #FDEFAF

Tints of Banana Mania #FDEFAF

RGB

 RED value IS 253 (99.22% from 255) = 37.93%

 GREEN value IS 239 (93.75% from 255) = 35.83%

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

R = 37.93%
G = 35.83%
B = 26.24%

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

#FDEFAF (or 0xFDEFAF) is known color: Banana Mania. HEX triplet: FD, EF and AF. RGB value is (253,239,175). Sum of RGB (Red+Green+Blue) = 253+239+175=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEFAF is #021050. Grayscale: #ECECEC. Windows color (decimal): -135249 or 11530237. OLE color: 11530237.

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

Color convert

RGB 253 239 175 -
CMYK 0 0.06 0.31 0.01
HSL 49.23º 0.95% 0.84% -
HSV(B) 49.23º 0.31% 0.99% -
XYZ 79.11 85.71 52.93 -
YUV 235.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 253 239 175 0 0.06 0.31 0.01 49.23 0.95 0.84
Hex FD EF AF 0 6 1F 1 31 5F 54
Octal 375 357 257 0 6 37 1 61 137 124
Binary 11111101 11101111 10101111 0 110 11111 1 110001 1011111 1010100

Color Harmonies of #FDEFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEFAF

Black with #FDEFAF

Text Example


Text Example

White with #FDEFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEFAF; }

 p { color: rgb(253,239,175); }

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

background-color css

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

 a { background-color: rgb(253,239,175); }

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

border-color css

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

 span { border-color: rgb(253,239,175); }

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