#FFBCAA

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

Shades of Melon #FFBCAA

Tints of Melon #FFBCAA

Color information

#FFBCAA (or 0xFFBCAA) is unknown color: approx Melon. HEX triplet: FF, BC and AA. RGB value is (255,188,170). Sum of RGB (Red+Green+Blue) = 255+188+170=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCAA is #004355. Grayscale: #CECECE. Windows color (decimal): -17238 or 11189503. OLE color: 11189503.

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

Color convert

RGB255188170-
CMYK00.260.330
HSL12.71º100%83.33%-
HSV(B)12.71º33.33%100%-
XYZ66.4860.1346.13-
YUV205.98107.7162.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 188 (73.83% from 255) = 30.67%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=41.60%
G=30.67%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518817000.260.33012.7110083.33
HexFFBCAA01A210d6453
Octal37727425203241015144123
Binary1111111110111100101010100110101000010110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCAA; }

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

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

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

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

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

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

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

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