Html Css Color HEX #FFB5B0 Melon

📋 copy color: '#FFB5B0'

red 255 ◦ green 181 ◦ blue 176

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

Shades of Melon #FFB5B0

Tints of Melon #FFB5B0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.58%

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

R = 41.67%
G = 29.58%
B = 28.76%

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

#FFB5B0 (or 0xFFB5B0) is known color: Melon. HEX triplet: FF, B5 and B0. RGB value is (255,181,176). Sum of RGB (Red+Green+Blue) = 255+181+176=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5B0 is #004A4F. Grayscale: #CACACA. Windows color (decimal): -19024 or 11580927. OLE color: 11580927.

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

Color convert

RGB 255 181 176 -
CMYK 0 0.29 0.31 0
HSL 3.8º 1% 0.85% -
HSV(B) 3.8º 0.31% 1% -
XYZ 65.6 57.44 48.7 -
YUV 202.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 255 181 176 0 0.29 0.31 0 3.8 1 0.85
Hex FF B5 B0 0 1D 1F 0 4 64 55
Octal 377 265 260 0 35 37 0 4 144 125
Binary 11111111 10110101 10110000 0 11101 11111 0 100 1100100 1010101

Color Harmonies of #FFB5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5B0

Black with #FFB5B0

Text Example


Text Example

White with #FFB5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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