#FC82BA

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

Shades of Persian Pink #FC82BA

Tints of Persian Pink #FC82BA

Color information

#FC82BA (or 0xFC82BA) is unknown color: approx Persian Pink. HEX triplet: FC, 82 and BA. RGB value is (252,130,186). Sum of RGB (Red+Green+Blue) = 252+130+186=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC82BA is #037D45. Grayscale: #ACACAC. Windows color (decimal): -228678 or 12223228. OLE color: 12223228.

HSL color Cylindrical-coordinate representation of color #FC82BA: hue angle of 332.46º 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 #FC82BA is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252130186-
CMYK00.480.260.01
HSL332.46º95.31%74.9%-
HSV(B)332.46º48.41%98.82%-
XYZ56.9940.2151.21-
YUV172.86135.42184.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=44.37%
G=22.89%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213018600.480.260.01332.4695.3174.9
HexFC82BA0301A114c5f4b
Octal374202272060321514137113
Binary111111001000001010111010011000011010110100110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC82BA; }

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

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

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

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

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

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

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

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