#FFBBBB

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

Shades of Your Pink #FFBBBB

Tints of Your Pink #FFBBBB

Color information

#FFBBBB (or 0xFFBBBB) is unknown color: approx Your Pink. HEX triplet: FF, BB and BB. RGB value is (255,187,187). Sum of RGB (Red+Green+Blue) = 255+187+187=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBBB is #004444. Grayscale: #CFCFCF. Windows color (decimal): -17477 or 12303359. OLE color: 12303359.

HSL color Cylindrical-coordinate representation of color #FFBBBB: hue angle of 0º 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 #FFBBBB is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255187187-
CMYK00.270.270
HSL100%86.67%-
HSV(B)26.67%100%-
XYZ67.9860.3955.09-
YUV207.33116.53162-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 187 (73.44% from 255) = 29.73%
BLUE value IS 187 (73.44% from 255) = 29.73%
R=40.54%
G=29.73%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518718700.270.270010086.67
HexFFBBBB01B1B006457
Octal3772732730333300144127
Binary111111111011101110111011011011110110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBBB; }

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

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

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

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

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

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

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

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