#FBB2BE

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

Shades of Light Pink #FBB2BE

Tints of Light Pink #FBB2BE

Color information

#FBB2BE (or 0xFBB2BE) is unknown color: approx Light Pink. HEX triplet: FB, B2 and BE. RGB value is (251,178,190). Sum of RGB (Red+Green+Blue) = 251+178+190=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2BE is #044D41. Grayscale: #C9C9C9. Windows color (decimal): -281922 or 12497659. OLE color: 12497659.

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

Color convert

RGB251178190-
CMYK00.290.240.02
HSL350.14º90.12%84.12%-
HSV(B)350.14º29.08%98.43%-
XYZ6556.0756.11-
YUV201.19121.68163.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 178 (69.92% from 255) = 28.76%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=40.55%
G=28.76%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117819000.290.240.02350.1490.1284.12
HexFBB2BE01D18215e5a54
Octal373262276035302536132124
Binary111110111011001010111110011101110001010101111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2BE; }

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

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

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

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

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

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

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

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