#FFB8AC

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

Shades of Melon #FFB8AC

Tints of Melon #FFB8AC

Color information

#FFB8AC (or 0xFFB8AC) is unknown color: approx Melon. HEX triplet: FF, B8 and AC. RGB value is (255,184,172). Sum of RGB (Red+Green+Blue) = 255+184+172=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8AC is #004753. Grayscale: #CBCBCB. Windows color (decimal): -18260 or 11319551. OLE color: 11319551.

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

Color convert

RGB255184172-
CMYK00.280.330
HSL8.67º100%83.73%-
HSV(B)8.67º32.55%100%-
XYZ65.8358.5246.86-
YUV203.86110.02164.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 184 (72.27% from 255) = 30.11%
BLUE value IS 172 (67.58% from 255) = 28.15%
R=41.73%
G=30.11%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518417200.280.3308.6710083.73
HexFFB8AC01C21096454
Octal37727025403441011144124
Binary1111111110111000101011000111001000010100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8AC; }

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

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

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

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

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

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

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

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