#FA7DB3

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

Shades of Persian Pink #FA7DB3

Tints of Persian Pink #FA7DB3

Color information

#FA7DB3 (or 0xFA7DB3) is unknown color: approx Persian Pink. HEX triplet: FA, 7D and B3. RGB value is (250,125,179). Sum of RGB (Red+Green+Blue) = 250+125+179=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DB3 is #05824C. Grayscale: #A8A8A8. Windows color (decimal): -361037 or 11763194. OLE color: 11763194.

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

Color convert

RGB250125179-
CMYK00.500.280.02
HSL334.08º92.59%73.53%-
HSV(B)334.08º50%98.04%-
XYZ54.8938.2547.14-
YUV168.53133.91186.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=45.13%
G=22.56%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012517900.500.280.02334.0892.5973.53
HexFA7DB30321C214e5d4a
Octal372175263062342516135112
Binary111110101111101101100110110010111001010100111010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7DB3; }

 p { color: rgb(250,125,179); }

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

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

 a { background-color: rgb(250,125,179); }

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

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

 span { border-color: rgb(250,125,179); }

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