#FC81BF

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

Shades of Persian Pink #FC81BF

Tints of Persian Pink #FC81BF

Color information

#FC81BF (or 0xFC81BF) is unknown color: approx Persian Pink. HEX triplet: FC, 81 and BF. RGB value is (252,129,191). Sum of RGB (Red+Green+Blue) = 252+129+191=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81BF is #037E40. Grayscale: #ACACAC. Windows color (decimal): -228929 or 12550652. OLE color: 12550652.

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

Color convert

RGB252129191-
CMYK00.490.240.01
HSL329.76º95.35%74.71%-
HSV(B)329.76º48.81%98.82%-
XYZ57.440.1654.02-
YUV172.84138.25184.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 129 (50.78% from 255) = 22.55%
BLUE value IS 191 (75% from 255) = 33.39%
R=44.06%
G=22.55%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212919100.490.240.01329.7695.3574.71
HexFC81BF03118114a5f4b
Octal374201277061301512137113
Binary111111001000000110111111011000111000110100101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81BF; }

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

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

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

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

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

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

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

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