#FC81BE

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

Shades of Persian Pink #FC81BE

Tints of Persian Pink #FC81BE

Color information

#FC81BE (or 0xFC81BE) is unknown color: approx Persian Pink. HEX triplet: FC, 81 and BE. RGB value is (252,129,190). Sum of RGB (Red+Green+Blue) = 252+129+190=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81BE is #037E41. Grayscale: #ACACAC. Windows color (decimal): -228930 or 12485116. OLE color: 12485116.

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

Color convert

RGB252129190-
CMYK00.490.250.01
HSL330.24º95.35%74.71%-
HSV(B)330.24º48.81%98.82%-
XYZ57.2940.1153.44-
YUV172.73137.75184.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=44.13%
G=22.59%
B=33.27%

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
Decimal25212919000.490.250.01330.2495.3574.71
HexFC81BE03119114a5f4b
Octal374201276061311512137113
Binary111111001000000110111110011000111001110100101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81BE; }

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

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

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

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

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

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

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

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