#FA82B8

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

Shades of Persian Pink #FA82B8

Tints of Persian Pink #FA82B8

Color information

#FA82B8 (or 0xFA82B8) is unknown color: approx Persian Pink. HEX triplet: FA, 82 and B8. RGB value is (250,130,184). Sum of RGB (Red+Green+Blue) = 250+130+184=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82B8 is #057D47. Grayscale: #ABABAB. Windows color (decimal): -359752 or 12092154. OLE color: 12092154.

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

Color convert

RGB250130184-
CMYK00.480.260.02
HSL333º92.31%74.51%-
HSV(B)333º48%98.04%-
XYZ56.0639.7550.07-
YUV172.04134.76183.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 130 (51.17% from 255) = 23.05%
BLUE value IS 184 (72.27% from 255) = 32.62%
R=44.33%
G=23.05%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013018400.480.260.0233392.3174.51
HexFA82B80301A214d5c4b
Octal372202270060322515134113
Binary1111101010000010101110000110000110101010100110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82B8; }

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

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

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

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

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

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

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

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