#FA86BB

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

Shades of Persian Pink #FA86BB

Tints of Persian Pink #FA86BB

Color information

#FA86BB (or 0xFA86BB) is unknown color: approx Persian Pink. HEX triplet: FA, 86 and BB. RGB value is (250,134,187). Sum of RGB (Red+Green+Blue) = 250+134+187=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86BB is #057944. Grayscale: #AEAEAE. Windows color (decimal): -358725 or 12289786. OLE color: 12289786.

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

Color convert

RGB250134187-
CMYK00.460.250.02
HSL332.59º92.06%75.29%-
HSV(B)332.59º46.4%98.04%-
XYZ56.9240.9651.92-
YUV174.73134.93181.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=43.78%
G=23.47%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013418700.460.250.02332.5992.0675.29
HexFA86BB02E19214d5c4b
Octal372206273056312515134113
Binary1111101010000110101110110101110110011010100110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86BB; }

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

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

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

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

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

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

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

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