Html Css Color HEX #FEB5A2 Melon

📋 copy color: '#FEB5A2'

red 254 ◦ green 181 ◦ blue 162

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

Shades of Melon #FEB5A2

Tints of Melon #FEB5A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.14%

R = 42.55%
G = 30.32%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEB5A2 (or 0xFEB5A2) is known color: Melon. HEX triplet: FE, B5 and A2. RGB value is (254,181,162). Sum of RGB (Red+Green+Blue) = 254+181+162=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5A2 is #014A5D. Grayscale: #C8C8C8. Windows color (decimal): -84574 or 10663422. OLE color: 10663422.

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

Color convert

RGB 254 181 162 -
CMYK 0 0.29 0.36 0.00
HSL 12.39º 0.98% 0.82% -
HSV(B) 12.39º 0.36% 1% -
XYZ 63.92 56.73 41.76 -
YUV 200.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 254 181 162 0 0.29 0.36 0.00 12.39 0.98 0.82
Hex FE B5 A2 0 1D 24 0 C 62 52
Octal 376 265 242 0 35 44 0 14 142 122
Binary 11111110 10110101 10100010 0 11101 100100 0 1100 1100010 1010010

Color Harmonies of #FEB5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5A2

Black with #FEB5A2

Text Example


Text Example

White with #FEB5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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