#FBB0B6

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

Shades of Light Pink #FBB0B6

Tints of Light Pink #FBB0B6

Color information

#FBB0B6 (or 0xFBB0B6) is unknown color: approx Light Pink. HEX triplet: FB, B0 and B6. RGB value is (251,176,182). Sum of RGB (Red+Green+Blue) = 251+176+182=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0B6 is #044F49. Grayscale: #C7C7C7. Windows color (decimal): -282442 or 11972859. OLE color: 11972859.

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

Color convert

RGB251176182-
CMYK00.300.270.02
HSL355.2º90.36%83.73%-
HSV(B)355.2º29.88%98.43%-
XYZ63.7554.9451.5-
YUV199.11118.35165.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 176 (69.14% from 255) = 28.90%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=41.22%
G=28.90%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117618200.300.270.02355.290.3683.73
HexFBB0B601E1B21635a54
Octal373260266036332543132124
Binary111110111011000010110110011110110111010110001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0B6; }

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

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

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

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

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

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

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

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