#FFB6B5

Color #FFB6B5 Melon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melon #FFB6B5

Tints of Melon #FFB6B5

Color information

#FFB6B5 (or 0xFFB6B5) is unknown color: approx Melon. HEX triplet: FF, B6 and B5. RGB value is (255,182,181). Sum of RGB (Red+Green+Blue) = 255+182+181=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6B5 is #00494A. Grayscale: #CBCBCB. Windows color (decimal): -18763 or 11908863. OLE color: 11908863.

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

Color convert

RGB255182181-
CMYK00.290.290
HSL0.81º100%85.49%-
HSV(B)0.81º29.02%100%-
XYZ66.3158.0551.43-
YUV203.71115.18164.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 182 (71.48% from 255) = 29.45%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=41.26%
G=29.45%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518218100.290.2900.8110085.49
HexFFB6B501D1D016455
Octal3772662650353501144125
Binary111111111011011010110101011101111010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6B5; }

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

 H1.HeaderClassName
 {
   color: #FFB6B5;
 }
 .AnyTagClassName
 {
   color: #FFB6B5;
 }
</style>
background-color css

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

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

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

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

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

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