#FFB8B7

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

Shades of Melon #FFB8B7

Tints of Melon #FFB8B7

Color information

#FFB8B7 (or 0xFFB8B7) is unknown color: approx Melon. HEX triplet: FF, B8 and B7. RGB value is (255,184,183). Sum of RGB (Red+Green+Blue) = 255+184+183=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8B7 is #004748. Grayscale: #CDCDCD. Windows color (decimal): -18249 or 12040447. OLE color: 12040447.

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

Color convert

RGB255184183-
CMYK00.280.280
HSL0.83º100%85.88%-
HSV(B)0.83º28.24%100%-
XYZ66.9358.9652.65-
YUV205.11115.52163.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 184 (72.27% from 255) = 29.58%
BLUE value IS 183 (71.88% from 255) = 29.42%
R=41.00%
G=29.58%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518418300.280.2800.8310085.88
HexFFB8B701C1C016456
Octal3772702670343401144126
Binary111111111011100010110111011100111000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8B7; }

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

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

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

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

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

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

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

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