#FBACB6

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

Shades of Light Pink #FBACB6

Tints of Light Pink #FBACB6

Color information

#FBACB6 (or 0xFBACB6) is unknown color: approx Light Pink. HEX triplet: FB, AC and B6. RGB value is (251,172,182). Sum of RGB (Red+Green+Blue) = 251+172+182=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACB6 is #045349. Grayscale: #C4C4C4. Windows color (decimal): -283466 or 11971835. OLE color: 11971835.

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

Color convert

RGB251172182-
CMYK00.310.270.02
HSL352.41º90.8%82.94%-
HSV(B)352.41º31.47%98.43%-
XYZ62.9853.3951.24-
YUV196.76119.67166.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=41.49%
G=28.43%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117218200.310.270.02352.4190.882.94
HexFBACB601F1B21605b53
Octal373254266037332540133123
Binary111110111010110010110110011111110111010110000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACB6; }

 p { color: rgb(251,172,182); }

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

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

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

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

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

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

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