#FFBCB4

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

Shades of Melon #FFBCB4

Tints of Melon #FFBCB4

Color information

#FFBCB4 (or 0xFFBCB4) is unknown color: approx Melon. HEX triplet: FF, BC and B4. RGB value is (255,188,180). Sum of RGB (Red+Green+Blue) = 255+188+180=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCB4 is #00434B. Grayscale: #CFCFCF. Windows color (decimal): -17228 or 11844863. OLE color: 11844863.

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

Color convert

RGB255188180-
CMYK00.260.290
HSL6.4º100%85.29%-
HSV(B)6.4º29.41%100%-
XYZ67.4660.5251.31-
YUV207.12112.7162.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 180 (70.70% from 255) = 28.89%
R=40.93%
G=30.18%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518818000.260.2906.410085.29
HexFFBCB401A1D066455
Octal3772742640323506144125
Binary11111111101111001011010001101011101011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCB4; }

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

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

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

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

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

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

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

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