#fa8ab5

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

Shades of Persian Pink #FA8AB5

Tints of Persian Pink #FA8AB5

Color information

#FA8AB5 (or 0xFA8AB5) is unknown color: approx Persian Pink. HEX triplet: FA, 8A and B5. RGB value is (250,138,181). Sum of RGB (Red+Green+Blue) = 250+138+181=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8AB5 is #05754A. Grayscale: #B0B0B0. Windows color (decimal): -357707 or 11897594. OLE color: 11897594.

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

Color convert

RGB250138181-
CMYK00.450.280.02
HSL336.96º91.8%76.08%-
HSV(B)336.96º44.8%98.04%-
XYZ56.8541.8448.79-
YUV176.39130.61180.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 138 (54.30% from 255) = 24.25%
BLUE value IS 181 (71.09% from 255) = 31.81%
R=43.94%
G=24.25%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013818100.450.280.02336.9691.876.08
HexFA8AB502D1C21515c4c
Octal372212265055342521134114
Binary1111101010001010101101010101101111001010101000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa8ab5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa8ab5; }

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

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

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

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

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

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

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

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