#fc82be

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

Shades of Persian Pink #FC82BE

Tints of Persian Pink #FC82BE

Color information

#FC82BE (or 0xFC82BE) is unknown color: approx Persian Pink. HEX triplet: FC, 82 and BE. RGB value is (252,130,190). Sum of RGB (Red+Green+Blue) = 252+130+190=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC82BE is #037D41. Grayscale: #ADADAD. Windows color (decimal): -228674 or 12485372. OLE color: 12485372.

HSL color Cylindrical-coordinate representation of color #FC82BE: hue angle of 330.49º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC82BE is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252130190-
CMYK00.480.250.01
HSL330.49º95.31%74.9%-
HSV(B)330.49º48.41%98.82%-
XYZ57.4240.3853.48-
YUV173.32137.42184.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 130 (51.17% from 255) = 22.73%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=44.06%
G=22.73%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213019000.480.250.01330.4995.3174.9
HexFC82BE03019114a5f4b
Octal374202276060311512137113
Binary111111001000001010111110011000011001110100101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc82be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc82be; }

 p { color: rgb(252,130,190); }

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

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

 a { background-color: rgb(252,130,190); }

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

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

 span { border-color: rgb(252,130,190); }

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