#FBB7BF

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

Shades of Light Pink #FBB7BF

Tints of Light Pink #FBB7BF

Color information

#FBB7BF (or 0xFBB7BF) is unknown color: approx Light Pink. HEX triplet: FB, B7 and BF. RGB value is (251,183,191). Sum of RGB (Red+Green+Blue) = 251+183+191=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7BF is #044840. Grayscale: #CCCCCC. Windows color (decimal): -280641 or 12564475. OLE color: 12564475.

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

Color convert

RGB251183191-
CMYK00.270.240.02
HSL352.94º89.47%85.1%-
HSV(B)352.94º27.09%98.43%-
XYZ66.1258.1457.03-
YUV204.24120.53161.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 183 (71.88% from 255) = 29.28%
BLUE value IS 191 (75% from 255) = 30.56%
R=40.16%
G=29.28%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118319100.270.240.02352.9489.4785.1
HexFBB7BF01B1821615955
Octal373267277033302541131125
Binary111110111011011110111111011011110001010110000110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7BF; }

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

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

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

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

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

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

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

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