#FBB3B5

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

Shades of Light Pink #FBB3B5

Tints of Light Pink #FBB3B5

Color information

#FBB3B5 (or 0xFBB3B5) is unknown color: approx Light Pink. HEX triplet: FB, B3 and B5. RGB value is (251,179,181). Sum of RGB (Red+Green+Blue) = 251+179+181=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3B5 is #044C4A. Grayscale: #C8C8C8. Windows color (decimal): -281675 or 11908091. OLE color: 11908091.

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

Color convert

RGB251179181-
CMYK00.290.280.02
HSL358.33º90%84.31%-
HSV(B)358.33º28.69%98.43%-
XYZ64.2456.0951.16-
YUV200.76116.85163.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 179 (70.31% from 255) = 29.30%
BLUE value IS 181 (71.09% from 255) = 29.62%
R=41.08%
G=29.30%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117918100.290.280.02358.339084.31
HexFBB3B501D1C21665a54
Octal373263265035342546132124
Binary111110111011001110110101011101111001010110011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3B5; }

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

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

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

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

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

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

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

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