Html Css Color HEX #FEB5AA Melon

📋 copy color: '#FEB5AA'

red 254 ◦ green 181 ◦ blue 170

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

Shades of Melon #FEB5AA

Tints of Melon #FEB5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.92%

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

R = 41.98%
G = 29.92%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEB5AA (or 0xFEB5AA) is known color: Melon. HEX triplet: FE, B5 and AA. RGB value is (254,181,170). Sum of RGB (Red+Green+Blue) = 254+181+170=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5AA is #014A55. Grayscale: #C9C9C9. Windows color (decimal): -84566 or 11187710. OLE color: 11187710.

HSL color Cylindrical-coordinate representation of color #FEB5AA: hue angle of 7.86º 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 #FEB5AA is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 181 170 -
CMYK 0 0.29 0.33 0.00
HSL 7.86º 0.98% 0.83% -
HSV(B) 7.86º 0.33% 1% -
XYZ 64.65 57.02 45.63 -
YUV 201.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 254 181 170 0 0.29 0.33 0.00 7.86 0.98 0.83
Hex FE B5 AA 0 1D 21 0 8 62 53
Octal 376 265 252 0 35 41 0 10 142 123
Binary 11111110 10110101 10101010 0 11101 100001 0 1000 1100010 1010011

Color Harmonies of #FEB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5AA

Black with #FEB5AA

Text Example


Text Example

White with #FEB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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