#FB80BF

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

Shades of Persian Pink #FB80BF

Tints of Persian Pink #FB80BF

Color information

#FB80BF (or 0xFB80BF) is unknown color: approx Persian Pink. HEX triplet: FB, 80 and BF. RGB value is (251,128,191). Sum of RGB (Red+Green+Blue) = 251+128+191=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80BF is #047F40. Grayscale: #ABABAB. Windows color (decimal): -294721 or 12550395. OLE color: 12550395.

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

Color convert

RGB251128191-
CMYK00.490.240.02
HSL329.27º93.89%74.31%-
HSV(B)329.27º49%98.43%-
XYZ56.9139.7153.96-
YUV171.96138.75184.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 128 (50.39% from 255) = 22.46%
BLUE value IS 191 (75% from 255) = 33.51%
R=44.04%
G=22.46%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112819100.490.240.02329.2793.8974.31
HexFB80BF0311821495e4a
Octal373200277061302511136112
Binary1111101110000000101111110110001110001010100100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB80BF; }

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

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

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

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

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

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

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

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