#FFB8B6

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

Shades of Melon #FFB8B6

Tints of Melon #FFB8B6

Color information

#FFB8B6 (or 0xFFB8B6) is unknown color: approx Melon. HEX triplet: FF, B8 and B6. RGB value is (255,184,182). Sum of RGB (Red+Green+Blue) = 255+184+182=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8B6 is #004749. Grayscale: #CDCDCD. Windows color (decimal): -18250 or 11974911. OLE color: 11974911.

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

Color convert

RGB255184182-
CMYK00.280.290
HSL1.64º100%85.69%-
HSV(B)1.64º28.63%100%-
XYZ66.8258.9252.11-
YUV205115.02163.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 184 (72.27% from 255) = 29.63%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=41.06%
G=29.63%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518418200.280.2901.6410085.69
HexFFB8B601C1D026456
Octal3772702660343502144126
Binary1111111110111000101101100111001110101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8B6; }

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

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

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

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

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

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

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

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