Html Css Color HEX #FFB9B1 Melon

📋 copy color: '#FFB9B1'

red 255 ◦ green 185 ◦ blue 177

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

Shades of Melon #FFB9B1

Tints of Melon #FFB9B1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.98%

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

R = 41.33%
G = 29.98%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFB9B1 (or 0xFFB9B1) is known color: Melon. HEX triplet: FF, B9 and B1. RGB value is (255,185,177). Sum of RGB (Red+Green+Blue) = 255+185+177=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9B1 is #00464E. Grayscale: #CDCDCD. Windows color (decimal): -17999 or 11647487. OLE color: 11647487.

HSL color Cylindrical-coordinate representation of color #FFB9B1: hue angle of 6.15º 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 #FFB9B1 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 185 177 -
CMYK 0 0.27 0.31 0
HSL 6.15º 1% 0.85% -
HSV(B) 6.15º 0.31% 1% -
XYZ 66.52 59.13 49.5 -
YUV 205.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 255 185 177 0 0.27 0.31 0 6.15 1 0.85
Hex FF B9 B1 0 1B 1F 0 6 64 55
Octal 377 271 261 0 33 37 0 6 144 125
Binary 11111111 10111001 10110001 0 11011 11111 0 110 1100100 1010101

Color Harmonies of #FFB9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9B1

Black with #FFB9B1

Text Example


Text Example

White with #FFB9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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