Html Css Color HEX #FFB6B0 Melon

📋 copy color: '#FFB6B0'

red 255 ◦ green 182 ◦ blue 176

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

Shades of Melon #FFB6B0

Tints of Melon #FFB6B0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.69%

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

R = 41.6%
G = 29.69%
B = 28.71%

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

#FFB6B0 (or 0xFFB6B0) is known color: Melon. HEX triplet: FF, B6 and B0. RGB value is (255,182,176). Sum of RGB (Red+Green+Blue) = 255+182+176=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6B0 is #00494F. Grayscale: #CBCBCB. Windows color (decimal): -18768 or 11581183. OLE color: 11581183.

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

Color convert

RGB 255 182 176 -
CMYK 0 0.29 0.31 0
HSL 4.56º 1% 0.85% -
HSV(B) 4.56º 0.31% 1% -
XYZ 65.8 57.85 48.77 -
YUV 203.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 255 182 176 0 0.29 0.31 0 4.56 1 0.85
Hex FF B6 B0 0 1D 1F 0 5 64 55
Octal 377 266 260 0 35 37 0 5 144 125
Binary 11111111 10110110 10110000 0 11101 11111 0 101 1100100 1010101

Color Harmonies of #FFB6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6B0

Black with #FFB6B0

Text Example


Text Example

White with #FFB6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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