Html Css Color HEX #FEB5B1 Melon

📋 copy color: '#FEB5B1'

red 254 ◦ green 181 ◦ blue 177

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

Shades of Melon #FEB5B1

Tints of Melon #FEB5B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.92%

R = 41.5%
G = 29.58%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEB5B1 (or 0xFEB5B1) is known color: Melon. HEX triplet: FE, B5 and B1. RGB value is (254,181,177). Sum of RGB (Red+Green+Blue) = 254+181+177=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5B1 is #014A4E. Grayscale: #CACACA. Windows color (decimal): -84559 or 11646462. OLE color: 11646462.

HSL color Cylindrical-coordinate representation of color #FEB5B1: hue angle of 3.12º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB5B1 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 181 177 -
CMYK 0 0.29 0.30 0.00
HSL 3.12º 0.97% 0.85% -
HSV(B) 3.12º 0.3% 1% -
XYZ 65.33 57.29 49.21 -
YUV 202.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 254 181 177 0 0.29 0.30 0.00 3.12 0.97 0.85
Hex FE B5 B1 0 1D 1E 0 3 61 55
Octal 376 265 261 0 35 36 0 3 141 125
Binary 11111110 10110101 10110001 0 11101 11110 0 11 1100001 1010101

Color Harmonies of #FEB5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5B1

Black with #FEB5B1

Text Example


Text Example

White with #FEB5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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