#FB80B4

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

Shades of Persian Pink #FB80B4

Tints of Persian Pink #FB80B4

Color information

#FB80B4 (or 0xFB80B4) is unknown color: approx Persian Pink. HEX triplet: FB, 80 and B4. RGB value is (251,128,180). Sum of RGB (Red+Green+Blue) = 251+128+180=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80B4 is #047F4B. Grayscale: #AAAAAA. Windows color (decimal): -294732 or 11829499. OLE color: 11829499.

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

Color convert

RGB251128180-
CMYK00.490.280.02
HSL334.63º93.89%74.31%-
HSV(B)334.63º49%98.43%-
XYZ55.7439.2447.82-
YUV170.7133.25185.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 128 (50.39% from 255) = 22.90%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=44.90%
G=22.90%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112818000.490.280.02334.6393.8974.31
HexFB80B40311C214f5e4a
Octal373200264061342517136112
Binary1111101110000000101101000110001111001010100111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB80B4; }

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

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

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

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

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

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

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

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