#FBB2B7

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

Shades of Light Pink #FBB2B7

Tints of Light Pink #FBB2B7

Color information

#FBB2B7 (or 0xFBB2B7) is unknown color: approx Light Pink. HEX triplet: FB, B2 and B7. RGB value is (251,178,183). Sum of RGB (Red+Green+Blue) = 251+178+183=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2B7 is #044D48. Grayscale: #C8C8C8. Windows color (decimal): -281929 or 12038907. OLE color: 12038907.

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

Color convert

RGB251178183-
CMYK00.290.270.02
HSL355.89º90.12%84.12%-
HSV(B)355.89º29.08%98.43%-
XYZ64.2555.7752.18-
YUV200.4118.18164.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 183 (71.88% from 255) = 29.90%
R=41.01%
G=29.08%
B=29.90%

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
Decimal25117818300.290.270.02355.8990.1284.12
HexFBB2B701D1B21645a54
Octal373262267035332544132124
Binary111110111011001010110111011101110111010110010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2B7; }

 p { color: rgb(251,178,183); }

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

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

 a { background-color: rgb(251,178,183); }

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

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

 span { border-color: rgb(251,178,183); }

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