#FA82BB

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

Shades of Persian Pink #FA82BB

Tints of Persian Pink #FA82BB

Color information

#FA82BB (or 0xFA82BB) is unknown color: approx Persian Pink. HEX triplet: FA, 82 and BB. RGB value is (250,130,187). Sum of RGB (Red+Green+Blue) = 250+130+187=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82BB is #057D44. Grayscale: #ACACAC. Windows color (decimal): -359749 or 12288762. OLE color: 12288762.

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

Color convert

RGB250130187-
CMYK00.480.250.02
HSL331.5º92.31%74.51%-
HSV(B)331.5º48%98.04%-
XYZ56.3839.8851.74-
YUV172.38136.26183.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.09%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=44.09%
G=22.93%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013018700.480.250.02331.592.3174.51
HexFA82BB03019214c5c4b
Octal372202273060312514134113
Binary1111101010000010101110110110000110011010100110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82BB; }

 p { color: rgb(250,130,187); }

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

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

 a { background-color: rgb(250,130,187); }

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

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

 span { border-color: rgb(250,130,187); }

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