Html Css Color HEX #FFBBB0 Melon

📋 copy color: '#FFBBB0'

red 255 ◦ green 187 ◦ blue 176

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

Shades of Melon #FFBBB0

Tints of Melon #FFBBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.48%

R = 41.26%
G = 30.26%
B = 28.48%

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

#FFBBB0 (or 0xFFBBB0) is known color: Melon. HEX triplet: FF, BB and B0. RGB value is (255,187,176). Sum of RGB (Red+Green+Blue) = 255+187+176=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBB0 is #00444F. Grayscale: #CECECE. Windows color (decimal): -17488 or 11582463. OLE color: 11582463.

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

Color convert

RGB 255 187 176 -
CMYK 0 0.27 0.31 0
HSL 8.35º 1% 0.85% -
HSV(B) 8.35º 0.31% 1% -
XYZ 66.85 59.94 49.12 -
YUV 206.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 255 187 176 0 0.27 0.31 0 8.35 1 0.85
Hex FF BB B0 0 1B 1F 0 8 64 55
Octal 377 273 260 0 33 37 0 10 144 125
Binary 11111111 10111011 10110000 0 11011 11111 0 1000 1100100 1010101

Color Harmonies of #FFBBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBB0

Black with #FFBBB0

Text Example


Text Example

White with #FFBBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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