#FFBCAF

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

Shades of Melon #FFBCAF

Tints of Melon #FFBCAF

Color information

#FFBCAF (or 0xFFBCAF) is unknown color: approx Melon. HEX triplet: FF, BC and AF. RGB value is (255,188,175). Sum of RGB (Red+Green+Blue) = 255+188+175=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCAF is #004350. Grayscale: #CECECE. Windows color (decimal): -17233 or 11517183. OLE color: 11517183.

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

Color convert

RGB255188175-
CMYK00.260.310
HSL9.75º100%84.31%-
HSV(B)9.75º31.37%100%-
XYZ66.9660.3248.67-
YUV206.55110.2162.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=41.26%
G=30.42%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518817500.260.3109.7510084.31
HexFFBCAF01A1F0a6454
Octal37727425703237012144124
Binary111111111011110010101111011010111110101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCAF; }

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

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

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

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

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

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

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

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