#FC8AB5

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

Shades of Persian Pink #FC8AB5

Tints of Persian Pink #FC8AB5

Color information

#FC8AB5 (or 0xFC8AB5) is unknown color: approx Persian Pink. HEX triplet: FC, 8A and B5. RGB value is (252,138,181). Sum of RGB (Red+Green+Blue) = 252+138+181=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8AB5 is #03754A. Grayscale: #B0B0B0. Windows color (decimal): -226635 or 11897596. OLE color: 11897596.

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

Color convert

RGB252138181-
CMYK00.450.280.01
HSL337.37º95%76.47%-
HSV(B)337.37º45.24%98.82%-
XYZ57.5742.2148.83-
YUV176.99130.27181.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 138 (54.30% from 255) = 24.17%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=44.13%
G=24.17%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213818100.450.280.01337.379576.47
HexFC8AB502D1C11515f4c
Octal374212265055341521137114
Binary111111001000101010110101010110111100110101000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8AB5; }

 p { color: rgb(252,138,181); }

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

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

 a { background-color: rgb(252,138,181); }

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

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

 span { border-color: rgb(252,138,181); }

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