Html Css Color HEX #FEB6B1 Melon

📋 copy color: '#FEB6B1'

red 254 ◦ green 182 ◦ blue 177

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

Shades of Melon #FEB6B1

Tints of Melon #FEB6B1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.69%

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

R = 41.44%
G = 29.69%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEB6B1 (or 0xFEB6B1) is known color: Melon. HEX triplet: FE, B6 and B1. RGB value is (254,182,177). Sum of RGB (Red+Green+Blue) = 254+182+177=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6B1 is #01494E. Grayscale: #CBCBCB. Windows color (decimal): -84303 or 11646718. OLE color: 11646718.

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

Color convert

RGB 254 182 177 -
CMYK 0 0.28 0.30 0.00
HSL 3.9º 0.97% 0.85% -
HSV(B) 3.9º 0.3% 1% -
XYZ 65.54 57.7 49.28 -
YUV 202.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 254 182 177 0 0.28 0.30 0.00 3.9 0.97 0.85
Hex FE B6 B1 0 1C 1E 0 4 61 55
Octal 376 266 261 0 34 36 0 4 141 125
Binary 11111110 10110110 10110001 0 11100 11110 0 100 1100001 1010101

Color Harmonies of #FEB6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6B1

Black with #FEB6B1

Text Example


Text Example

White with #FEB6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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