Html Css Color HEX #FFBBB4 Melon

📋 copy color: '#FFBBB4'

red 255 ◦ green 187 ◦ blue 180

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

Shades of Melon #FFBBB4

Tints of Melon #FFBBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.94%

R = 41%
G = 30.06%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFBBB4 (or 0xFFBBB4) is known color: Melon. HEX triplet: FF, BB and B4. RGB value is (255,187,180). Sum of RGB (Red+Green+Blue) = 255+187+180=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBB4 is #00444B. Grayscale: #CECECE. Windows color (decimal): -17484 or 11844607. OLE color: 11844607.

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

Color convert

RGB 255 187 180 -
CMYK 0 0.27 0.29 0
HSL 5.6º 1% 0.85% -
HSV(B) 5.6º 0.29% 1% -
XYZ 67.25 60.1 51.24 -
YUV 206.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 255 187 180 0 0.27 0.29 0 5.6 1 0.85
Hex FF BB B4 0 1B 1D 0 6 64 55
Octal 377 273 264 0 33 35 0 6 144 125
Binary 11111111 10111011 10110100 0 11011 11101 0 110 1100100 1010101

Color Harmonies of #FFBBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBB4

Black with #FFBBB4

Text Example


Text Example

White with #FFBBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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