Html Css Color HEX #FEBAA2 Melon

📋 copy color: '#FEBAA2'

red 254 ◦ green 186 ◦ blue 162

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

Shades of Melon #FEBAA2

Tints of Melon #FEBAA2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.9%

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

R = 42.19%
G = 30.9%
B = 26.91%

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

#FEBAA2 (or 0xFEBAA2) is known color: Melon. HEX triplet: FE, BA and A2. RGB value is (254,186,162). Sum of RGB (Red+Green+Blue) = 254+186+162=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAA2 is #01455D. Grayscale: #CBCBCB. Windows color (decimal): -83294 or 10664702. OLE color: 10664702.

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

Color convert

RGB 254 186 162 -
CMYK 0 0.27 0.36 0.00
HSL 15.65º 0.98% 0.82% -
HSV(B) 15.65º 0.36% 1% -
XYZ 64.95 58.8 42.11 -
YUV 203.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 254 186 162 0 0.27 0.36 0.00 15.65 0.98 0.82
Hex FE BA A2 0 1B 24 0 10 62 52
Octal 376 272 242 0 33 44 0 20 142 122
Binary 11111110 10111010 10100010 0 11011 100100 0 10000 1100010 1010010

Color Harmonies of #FEBAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAA2

Black with #FEBAA2

Text Example


Text Example

White with #FEBAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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