#FBB5B6

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

Shades of Light Pink #FBB5B6

Tints of Light Pink #FBB5B6

Color information

#FBB5B6 (or 0xFBB5B6) is unknown color: approx Light Pink. HEX triplet: FB, B5 and B6. RGB value is (251,181,182). Sum of RGB (Red+Green+Blue) = 251+181+182=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5B6 is #044A49. Grayscale: #CACACA. Windows color (decimal): -281162 or 11974139. OLE color: 11974139.

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

Color convert

RGB251181182-
CMYK00.280.270.02
HSL359.14º89.74%84.71%-
HSV(B)359.14º27.89%98.43%-
XYZ64.7556.9351.83-
YUV202.04116.69162.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 181 (71.09% from 255) = 29.48%
BLUE value IS 182 (71.48% from 255) = 29.64%
R=40.88%
G=29.48%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118118200.280.270.02359.1489.7484.71
HexFBB5B601C1B21675a55
Octal373265266034332547132125
Binary111110111011010110110110011100110111010110011110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5B6; }

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

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

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

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

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

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

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

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