#FA7EB8

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

Shades of Persian Pink #FA7EB8

Tints of Persian Pink #FA7EB8

Color information

#FA7EB8 (or 0xFA7EB8) is unknown color: approx Persian Pink. HEX triplet: FA, 7E and B8. RGB value is (250,126,184). Sum of RGB (Red+Green+Blue) = 250+126+184=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7EB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7EB8 is #058147. Grayscale: #A9A9A9. Windows color (decimal): -360776 or 12091130. OLE color: 12091130.

HSL color Cylindrical-coordinate representation of color #FA7EB8: hue angle of 331.94º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7EB8 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250126184-
CMYK00.500.260.02
HSL331.94º92.54%73.73%-
HSV(B)331.94º49.6%98.04%-
XYZ55.5438.7149.89-
YUV169.69136.08185.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 126 (49.61% from 255) = 22.5%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=44.64%
G=22.5%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012618400.500.260.02331.9492.5473.73
HexFA7EB80321A214c5d4a
Octal372176270062322514135112
Binary111110101111110101110000110010110101010100110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7EB8; }

 p { color: rgb(250,126,184); }

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

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

 a { background-color: rgb(250,126,184); }

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

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

 span { border-color: rgb(250,126,184); }

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