#FBB3B9

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

Shades of Light Pink #FBB3B9

Tints of Light Pink #FBB3B9

Color information

#FBB3B9 (or 0xFBB3B9) is unknown color: approx Light Pink. HEX triplet: FB, B3 and B9. RGB value is (251,179,185). Sum of RGB (Red+Green+Blue) = 251+179+185=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3B9 is #044C46. Grayscale: #C9C9C9. Windows color (decimal): -281671 or 12170235. OLE color: 12170235.

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

Color convert

RGB251179185-
CMYK00.290.260.02
HSL355º90%84.31%-
HSV(B)355º28.69%98.43%-
XYZ64.6656.2553.35-
YUV201.21118.85163.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 179 (70.31% from 255) = 29.11%
BLUE value IS 185 (72.66% from 255) = 30.08%
R=40.81%
G=29.11%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117918500.290.260.023559084.31
HexFBB3B901D1A21635a54
Octal373263271035322543132124
Binary111110111011001110111001011101110101010110001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3B9; }

 p { color: rgb(251,179,185); }

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

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

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

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

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

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

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