#FC7DB5

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

Shades of Persian Pink #FC7DB5

Tints of Persian Pink #FC7DB5

Color information

#FC7DB5 (or 0xFC7DB5) is unknown color: approx Persian Pink. HEX triplet: FC, 7D and B5. RGB value is (252,125,181). Sum of RGB (Red+Green+Blue) = 252+125+181=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DB5 is #03824A. Grayscale: #A9A9A9. Windows color (decimal): -229963 or 11894268. OLE color: 11894268.

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

Color convert

RGB252125181-
CMYK00.500.280.01
HSL333.54º95.49%73.92%-
HSV(B)333.54º50.4%98.82%-
XYZ55.8238.748.24-
YUV169.36134.58186.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 125 (49.22% from 255) = 22.40%
BLUE value IS 181 (71.09% from 255) = 32.44%
R=45.16%
G=22.40%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212518100.500.280.01333.5495.4973.92
HexFC7DB50321C114e5f4a
Octal374175265062341516137112
Binary11111100111110110110101011001011100110100111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7DB5; }

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

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

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

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

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

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

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

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