#FB81B6

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

Shades of Persian Pink #FB81B6

Tints of Persian Pink #FB81B6

Color information

#FB81B6 (or 0xFB81B6) is unknown color: approx Persian Pink. HEX triplet: FB, 81 and B6. RGB value is (251,129,182). Sum of RGB (Red+Green+Blue) = 251+129+182=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81B6 is #047E49. Grayscale: #ABABAB. Windows color (decimal): -294474 or 11960827. OLE color: 11960827.

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

Color convert

RGB251129182-
CMYK00.490.270.02
HSL333.93º93.85%74.51%-
HSV(B)333.93º48.61%98.43%-
XYZ56.0839.5948.94-
YUV171.52133.92184.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=44.66%
G=22.95%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112918200.490.270.02333.9393.8574.51
HexFB81B60311B214e5e4b
Octal373201266061332516136113
Binary1111101110000001101101100110001110111010100111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB81B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB81B6; }

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

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

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

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

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

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

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

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