#FA8AB9

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

Shades of Persian Pink #FA8AB9

Tints of Persian Pink #FA8AB9

Color information

#FA8AB9 (or 0xFA8AB9) is unknown color: approx Persian Pink. HEX triplet: FA, 8A and B9. RGB value is (250,138,185). Sum of RGB (Red+Green+Blue) = 250+138+185=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8AB9 is #057546. Grayscale: #B0B0B0. Windows color (decimal): -357703 or 12159738. OLE color: 12159738.

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

Color convert

RGB250138185-
CMYK00.450.260.02
HSL334.82º91.8%76.08%-
HSV(B)334.82º44.8%98.04%-
XYZ57.274250.99-
YUV176.85132.61180.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=43.63%
G=24.08%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013818500.450.260.02334.8291.876.08
HexFA8AB902D1A214f5c4c
Octal372212271055322517134114
Binary1111101010001010101110010101101110101010100111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8AB9; }

 p { color: rgb(250,138,185); }

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

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

 a { background-color: rgb(250,138,185); }

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

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

 span { border-color: rgb(250,138,185); }

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