#FA8CB7

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

Shades of Persian Pink #FA8CB7

Tints of Persian Pink #FA8CB7

Color information

#FA8CB7 (or 0xFA8CB7) is unknown color: approx Persian Pink. HEX triplet: FA, 8C and B7. RGB value is (250,140,183). Sum of RGB (Red+Green+Blue) = 250+140+183=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CB7 is #057348. Grayscale: #B1B1B1. Windows color (decimal): -357193 or 12029178. OLE color: 12029178.

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

Color convert

RGB250140183-
CMYK00.440.270.02
HSL336.55º91.67%76.47%-
HSV(B)336.55º44%98.04%-
XYZ57.3542.549.98-
YUV177.79130.94179.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 140 (55.08% from 255) = 24.43%
BLUE value IS 183 (71.88% from 255) = 31.94%
R=43.63%
G=24.43%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014018300.440.270.02336.5591.6776.47
HexFA8CB702C1B21515c4c
Octal372214267054332521134114
Binary1111101010001100101101110101100110111010101000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CB7; }

 p { color: rgb(250,140,183); }

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

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

 a { background-color: rgb(250,140,183); }

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

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

 span { border-color: rgb(250,140,183); }

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