Html Css Color HEX #FFB6B1 Melon

📋 copy color: '#FFB6B1'

red 255 ◦ green 182 ◦ blue 177

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

Shades of Melon #FFB6B1

Tints of Melon #FFB6B1

RGB

 RED value IS 255 (100% from 255) = 41.53%

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

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

R = 41.53%
G = 29.64%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFB6B1 (or 0xFFB6B1) is known color: Melon. HEX triplet: FF, B6 and B1. RGB value is (255,182,177). Sum of RGB (Red+Green+Blue) = 255+182+177=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6B1 is #00494E. Grayscale: #CBCBCB. Windows color (decimal): -18767 or 11646719. OLE color: 11646719.

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

Color convert

RGB 255 182 177 -
CMYK 0 0.29 0.31 0
HSL 3.85º 1% 0.85% -
HSV(B) 3.85º 0.31% 1% -
XYZ 65.9 57.89 49.3 -
YUV 203.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 255 182 177 0 0.29 0.31 0 3.85 1 0.85
Hex FF B6 B1 0 1D 1F 0 4 64 55
Octal 377 266 261 0 35 37 0 4 144 125
Binary 11111111 10110110 10110001 0 11101 11111 0 100 1100100 1010101

Color Harmonies of #FFB6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6B1

Black with #FFB6B1

Text Example


Text Example

White with #FFB6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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