Html Css Color HEX #FFBBB1 Melon

📋 copy color: '#FFBBB1'

red 255 ◦ green 187 ◦ blue 177

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

Shades of Melon #FFBBB1

Tints of Melon #FFBBB1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.21%

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

R = 41.2%
G = 30.21%
B = 28.59%

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

#FFBBB1 (or 0xFFBBB1) is known color: Melon. HEX triplet: FF, BB and B1. RGB value is (255,187,177). Sum of RGB (Red+Green+Blue) = 255+187+177=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBB1 is #00444E. Grayscale: #CECECE. Windows color (decimal): -17487 or 11647999. OLE color: 11647999.

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

Color convert

RGB 255 187 177 -
CMYK 0 0.27 0.31 0
HSL 7.69º 1% 0.85% -
HSV(B) 7.69º 0.31% 1% -
XYZ 66.95 59.97 49.64 -
YUV 206.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 255 187 177 0 0.27 0.31 0 7.69 1 0.85
Hex FF BB B1 0 1B 1F 0 8 64 55
Octal 377 273 261 0 33 37 0 10 144 125
Binary 11111111 10111011 10110001 0 11011 11111 0 1000 1100100 1010101

Color Harmonies of #FFBBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBB1

Black with #FFBBB1

Text Example


Text Example

White with #FFBBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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