#FFB8AB

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

Shades of Melon #FFB8AB

Tints of Melon #FFB8AB

Color information

#FFB8AB (or 0xFFB8AB) is unknown color: approx Melon. HEX triplet: FF, B8 and AB. RGB value is (255,184,171). Sum of RGB (Red+Green+Blue) = 255+184+171=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8AB is #004754. Grayscale: #CBCBCB. Windows color (decimal): -18261 or 11254015. OLE color: 11254015.

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

Color convert

RGB255184171-
CMYK00.280.330
HSL9.29º100%83.53%-
HSV(B)9.29º32.94%100%-
XYZ65.7358.4846.35-
YUV203.75109.52164.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 171 (67.19% from 255) = 28.03%
R=41.80%
G=30.16%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518417100.280.3309.2910083.53
HexFFB8AB01C21096454
Octal37727025303441011144124
Binary1111111110111000101010110111001000010100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8AB; }

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

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

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

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

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

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

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

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