Html Css Color HEX #FEB9AA Melon

📋 copy color: '#FEB9AA'

red 254 ◦ green 185 ◦ blue 170

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

Shades of Melon #FEB9AA

Tints of Melon #FEB9AA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.38%

 BLUE value IS 170 (66.8% from 255) = 27.91%

R = 41.71%
G = 30.38%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEB9AA (or 0xFEB9AA) is known color: Melon. HEX triplet: FE, B9 and AA. RGB value is (254,185,170). Sum of RGB (Red+Green+Blue) = 254+185+170=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9AA is #014655. Grayscale: #CCCCCC. Windows color (decimal): -83542 or 11188734. OLE color: 11188734.

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

Color convert

RGB 254 185 170 -
CMYK 0 0.27 0.33 0.00
HSL 10.71º 0.98% 0.83% -
HSV(B) 10.71º 0.33% 1% -
XYZ 65.48 58.67 45.9 -
YUV 203.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 254 185 170 0 0.27 0.33 0.00 10.71 0.98 0.83
Hex FE B9 AA 0 1B 21 0 B 62 53
Octal 376 271 252 0 33 41 0 13 142 123
Binary 11111110 10111001 10101010 0 11011 100001 0 1011 1100010 1010011

Color Harmonies of #FEB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9AA

Black with #FEB9AA

Text Example


Text Example

White with #FEB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9AA; }

 p { color: rgb(254,185,170); }

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

background-color css

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

 a { background-color: rgb(254,185,170); }

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

border-color css

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

 span { border-color: rgb(254,185,170); }

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