#FBBABA

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

Shades of Your Pink #FBBABA

Tints of Your Pink #FBBABA

Color information

#FBBABA (or 0xFBBABA) is unknown color: approx Your Pink. HEX triplet: FB, BA and BA. RGB value is (251,186,186). Sum of RGB (Red+Green+Blue) = 251+186+186=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBABA is #044545. Grayscale: #CDCDCD. Windows color (decimal): -279878 or 12237563. OLE color: 12237563.

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

Color convert

RGB251186186-
CMYK00.260.260.02
HSL89.04%85.69%-
HSV(B)25.9%98.43%-
XYZ66.2159.1754.39-
YUV205.44117.03160.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=40.29%
G=29.86%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118618600.260.260.02089.0485.69
HexFBBABA01A1A205956
Octal3732722720323220131126
Binary1111101110111010101110100110101101010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBABA; }

 p { color: rgb(251,186,186); }

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

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

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

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

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

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

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