#FBB2B6

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

Shades of Light Pink #FBB2B6

Tints of Light Pink #FBB2B6

Color information

#FBB2B6 (or 0xFBB2B6) is unknown color: approx Light Pink. HEX triplet: FB, B2 and B6. RGB value is (251,178,182). Sum of RGB (Red+Green+Blue) = 251+178+182=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2B6 is #044D49. Grayscale: #C8C8C8. Windows color (decimal): -281930 or 11973371. OLE color: 11973371.

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

Color convert

RGB251178182-
CMYK00.290.270.02
HSL356.71º90.12%84.12%-
HSV(B)356.71º29.08%98.43%-
XYZ64.1555.7351.63-
YUV200.28117.68164.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 178 (69.92% from 255) = 29.13%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=41.08%
G=29.13%
B=29.79%

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
Decimal25117818200.290.270.02356.7190.1284.12
HexFBB2B601D1B21655a54
Octal373262266035332545132124
Binary111110111011001010110110011101110111010110010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2B6; }

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

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

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

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

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

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

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

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