#FC84BC

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

Shades of Persian Pink #FC84BC

Tints of Persian Pink #FC84BC

Color information

#FC84BC (or 0xFC84BC) is unknown color: approx Persian Pink. HEX triplet: FC, 84 and BC. RGB value is (252,132,188). Sum of RGB (Red+Green+Blue) = 252+132+188=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84BC is #037B43. Grayscale: #AEAEAE. Windows color (decimal): -228164 or 12354812. OLE color: 12354812.

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

Color convert

RGB252132188-
CMYK00.480.250.01
HSL332º95.24%75.29%-
HSV(B)332º47.62%98.82%-
XYZ57.4740.8352.43-
YUV174.26135.76183.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 132 (51.95% from 255) = 23.08%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=44.06%
G=23.08%
B=32.87%

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
Decimal25213218800.480.250.0133295.2475.29
HexFC84BC03019114c5f4b
Octal374204274060311514137113
Binary111111001000010010111100011000011001110100110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC84BC; }

 p { color: rgb(252,132,188); }

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

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

 a { background-color: rgb(252,132,188); }

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

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

 span { border-color: rgb(252,132,188); }

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