#FBACB4

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

Shades of Light Pink #FBACB4

Tints of Light Pink #FBACB4

Color information

#FBACB4 (or 0xFBACB4) is unknown color: approx Light Pink. HEX triplet: FB, AC and B4. RGB value is (251,172,180). Sum of RGB (Red+Green+Blue) = 251+172+180=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACB4 is #04534B. Grayscale: #C4C4C4. Windows color (decimal): -283468 or 11840763. OLE color: 11840763.

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

Color convert

RGB251172180-
CMYK00.310.280.02
HSL353.92º90.8%82.94%-
HSV(B)353.92º31.47%98.43%-
XYZ62.7753.3150.16-
YUV196.53118.67166.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=41.63%
G=28.52%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117218000.310.280.02353.9290.882.94
HexFBACB401F1C21625b53
Octal373254264037342542133123
Binary111110111010110010110100011111111001010110001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACB4; }

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

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

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

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

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

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

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

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