#FFBCAC

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

Shades of Melon #FFBCAC

Tints of Melon #FFBCAC

Color information

#FFBCAC (or 0xFFBCAC) is unknown color: approx Melon. HEX triplet: FF, BC and AC. RGB value is (255,188,172). Sum of RGB (Red+Green+Blue) = 255+188+172=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCAC is #004353. Grayscale: #CECECE. Windows color (decimal): -17236 or 11320575. OLE color: 11320575.

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

Color convert

RGB255188172-
CMYK00.260.330
HSL11.57º100%83.73%-
HSV(B)11.57º32.55%100%-
XYZ66.6760.247.14-
YUV206.21108.7162.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 172 (67.58% from 255) = 27.97%
R=41.46%
G=30.57%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518817200.260.33011.5710083.73
HexFFBCAC01A210c6454
Octal37727425403241014144124
Binary1111111110111100101011000110101000010110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCAC; }

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

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

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

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

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

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

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

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