#FC7ABE

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

Shades of Persian Pink #FC7ABE

Tints of Persian Pink #FC7ABE

Color information

#FC7ABE (or 0xFC7ABE) is unknown color: approx Persian Pink. HEX triplet: FC, 7A and BE. RGB value is (252,122,190). Sum of RGB (Red+Green+Blue) = 252+122+190=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ABE is #038541. Grayscale: #A8A8A8. Windows color (decimal): -230722 or 12483324. OLE color: 12483324.

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

Color convert

RGB252122190-
CMYK00.520.250.01
HSL328.62º95.59%73.33%-
HSV(B)328.62º51.59%98.82%-
XYZ56.438.3353.14-
YUV168.62140.07187.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.68%
GREEN value IS 122 (48.05% from 255) = 21.63%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=44.68%
G=21.63%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212219000.520.250.01328.6295.5973.33
HexFC7ABE0341911496049
Octal374172276064311511140111
Binary11111100111101010111110011010011001110100100111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7ABE; }

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

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

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

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

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

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

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

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