#FC81BD

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

Shades of Persian Pink #FC81BD

Tints of Persian Pink #FC81BD

Color information

#FC81BD (or 0xFC81BD) is unknown color: approx Persian Pink. HEX triplet: FC, 81 and BD. RGB value is (252,129,189). Sum of RGB (Red+Green+Blue) = 252+129+189=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81BD is #037E42. Grayscale: #ACACAC. Windows color (decimal): -228931 or 12419580. OLE color: 12419580.

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

Color convert

RGB252129189-
CMYK00.490.250.01
HSL330.73º95.35%74.71%-
HSV(B)330.73º48.81%98.82%-
XYZ57.1840.0752.86-
YUV172.62137.25184.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.21%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=44.21%
G=22.63%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212918900.490.250.01330.7395.3574.71
HexFC81BD03119114b5f4b
Octal374201275061311513137113
Binary111111001000000110111101011000111001110100101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81BD; }

 p { color: rgb(252,129,189); }

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

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

 a { background-color: rgb(252,129,189); }

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

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

 span { border-color: rgb(252,129,189); }

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