#FFBCBA

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

Shades of Your Pink #FFBCBA

Tints of Your Pink #FFBCBA

Color information

#FFBCBA (or 0xFFBCBA) is unknown color: approx Your Pink. HEX triplet: FF, BC and BA. RGB value is (255,188,186). Sum of RGB (Red+Green+Blue) = 255+188+186=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCBA is #004345. Grayscale: #CFCFCF. Windows color (decimal): -17222 or 12238079. OLE color: 12238079.

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

Color convert

RGB255188186-
CMYK00.260.270
HSL1.74º100%86.47%-
HSV(B)1.74º27.06%100%-
XYZ68.0960.7754.6-
YUV207.8115.7161.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=40.54%
G=29.89%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518818600.260.2701.7410086.47
HexFFBCBA01A1B026456
Octal3772742720323302144126
Binary1111111110111100101110100110101101101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCBA; }

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

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

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

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

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

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

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

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