Html Css Color HEX #FEB9A2 Melon

📋 copy color: '#FEB9A2'

red 254 ◦ green 185 ◦ blue 162

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

Shades of Melon #FEB9A2

Tints of Melon #FEB9A2

RGB

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

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

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

R = 42.26%
G = 30.78%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEB9A2 (or 0xFEB9A2) is known color: Melon. HEX triplet: FE, B9 and A2. RGB value is (254,185,162). Sum of RGB (Red+Green+Blue) = 254+185+162=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9A2 is #01465D. Grayscale: #CBCBCB. Windows color (decimal): -83550 or 10664446. OLE color: 10664446.

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

Color convert

RGB 254 185 162 -
CMYK 0 0.27 0.36 0.00
HSL 15º 0.98% 0.82% -
HSV(B) 15º 0.36% 1% -
XYZ 64.74 58.38 42.04 -
YUV 203.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 254 185 162 0 0.27 0.36 0.00 15 0.98 0.82
Hex FE B9 A2 0 1B 24 0 F 62 52
Octal 376 271 242 0 33 44 0 17 142 122
Binary 11111110 10111001 10100010 0 11011 100100 0 1111 1100010 1010010

Color Harmonies of #FEB9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9A2

Black with #FEB9A2

Text Example


Text Example

White with #FEB9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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