Html Css Color HEX #FEB5B0 Melon

📋 copy color: '#FEB5B0'

red 254 ◦ green 181 ◦ blue 176

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

Shades of Melon #FEB5B0

Tints of Melon #FEB5B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.81%

R = 41.57%
G = 29.62%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEB5B0 (or 0xFEB5B0) is known color: Melon. HEX triplet: FE, B5 and B0. RGB value is (254,181,176). Sum of RGB (Red+Green+Blue) = 254+181+176=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5B0 is #014A4F. Grayscale: #CACACA. Windows color (decimal): -84560 or 11580926. OLE color: 11580926.

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

Color convert

RGB 254 181 176 -
CMYK 0 0.29 0.31 0.00
HSL 3.85º 0.98% 0.84% -
HSV(B) 3.85º 0.31% 1% -
XYZ 65.23 57.25 48.69 -
YUV 202.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 254 181 176 0 0.29 0.31 0.00 3.85 0.98 0.84
Hex FE B5 B0 0 1D 1F 0 4 62 54
Octal 376 265 260 0 35 37 0 4 142 124
Binary 11111110 10110101 10110000 0 11101 11111 0 100 1100010 1010100

Color Harmonies of #FEB5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5B0

Black with #FEB5B0

Text Example


Text Example

White with #FEB5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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