#FFBCBB

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

Shades of Your Pink #FFBCBB

Tints of Your Pink #FFBCBB

Color information

#FFBCBB (or 0xFFBCBB) is unknown color: approx Your Pink. HEX triplet: FF, BC and BB. RGB value is (255,188,187). Sum of RGB (Red+Green+Blue) = 255+188+187=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCBB is #004344. Grayscale: #CFCFCF. Windows color (decimal): -17221 or 12303615. OLE color: 12303615.

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

Color convert

RGB255188187-
CMYK00.260.270
HSL0.88º100%86.67%-
HSV(B)0.88º26.67%100%-
XYZ68.1960.8155.16-
YUV207.92116.2161.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=40.48%
G=29.84%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518818700.260.2700.8810086.67
HexFFBCBB01A1B016457
Octal3772742730323301144127
Binary111111111011110010111011011010110110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCBB; }

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

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

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

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

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

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

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

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