Html Css Color HEX #FEBEA5 Melon

📋 copy color: '#FEBEA5'

red 254 ◦ green 190 ◦ blue 165

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

Shades of Melon #FEBEA5

Tints of Melon #FEBEA5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.2%

 BLUE value IS 165 (64.84% from 255) = 27.09%

R = 41.71%
G = 31.2%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEBEA5 (or 0xFEBEA5) is known color: Melon. HEX triplet: FE, BE and A5. RGB value is (254,190,165). Sum of RGB (Red+Green+Blue) = 254+190+165=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEA5 is #01415A. Grayscale: #CECECE. Windows color (decimal): -82267 or 10862334. OLE color: 10862334.

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

Color convert

RGB 254 190 165 -
CMYK 0 0.25 0.35 0.00
HSL 16.85º 0.98% 0.82% -
HSV(B) 16.85º 0.35% 1% -
XYZ 66.08 60.61 43.81 -
YUV 206.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 254 190 165 0 0.25 0.35 0.00 16.85 0.98 0.82
Hex FE BE A5 0 19 23 0 11 62 52
Octal 376 276 245 0 31 43 0 21 142 122
Binary 11111110 10111110 10100101 0 11001 100011 0 10001 1100010 1010010

Color Harmonies of #FEBEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEA5

Black with #FEBEA5

Text Example


Text Example

White with #FEBEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEA5; }

 p { color: rgb(254,190,165); }

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

background-color css

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

 a { background-color: rgb(254,190,165); }

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

border-color css

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

 span { border-color: rgb(254,190,165); }

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