#FBACBC

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

Shades of Light Pink #FBACBC

Tints of Light Pink #FBACBC

Color information

#FBACBC (or 0xFBACBC) is unknown color: approx Light Pink. HEX triplet: FB, AC and BC. RGB value is (251,172,188). Sum of RGB (Red+Green+Blue) = 251+172+188=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACBC is #045343. Grayscale: #C5C5C5. Windows color (decimal): -283460 or 12365051. OLE color: 12365051.

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

Color convert

RGB251172188-
CMYK00.310.250.02
HSL347.85º90.8%82.94%-
HSV(B)347.85º31.47%98.43%-
XYZ63.6153.6554.58-
YUV197.44122.67166.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 188 (73.83% from 255) = 30.77%
R=41.08%
G=28.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117218800.310.250.02347.8590.882.94
HexFBACBC01F19215c5b53
Octal373254274037312534133123
Binary111110111010110010111100011111110011010101110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACBC; }

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

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

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

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

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

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

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

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