#FBB3B8

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

Shades of Light Pink #FBB3B8

Tints of Light Pink #FBB3B8

Color information

#FBB3B8 (or 0xFBB3B8) is unknown color: approx Light Pink. HEX triplet: FB, B3 and B8. RGB value is (251,179,184). Sum of RGB (Red+Green+Blue) = 251+179+184=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 184 (72.27% from 255 or 29.97% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3B8 is #044C47. Grayscale: #C9C9C9. Windows color (decimal): -281672 or 12104699. OLE color: 12104699.

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

Color convert

RGB251179184-
CMYK00.290.270.02
HSL355.83º90%84.31%-
HSV(B)355.83º28.69%98.43%-
XYZ64.5656.2152.79-
YUV201.1118.35163.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 179 (70.31% from 255) = 29.15%
BLUE value IS 184 (72.27% from 255) = 29.97%
R=40.88%
G=29.15%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117918400.290.270.02355.839084.31
HexFBB3B801D1B21645a54
Octal373263270035332544132124
Binary111110111011001110111000011101110111010110010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3B8; }

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

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

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

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

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

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

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

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