#FD7CB5

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

Shades of Persian Pink #FD7CB5

Tints of Persian Pink #FD7CB5

Color information

#FD7CB5 (or 0xFD7CB5) is unknown color: approx Persian Pink. HEX triplet: FD, 7C and B5. RGB value is (253,124,181). Sum of RGB (Red+Green+Blue) = 253+124+181=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CB5 is #02834A. Grayscale: #A8A8A8. Windows color (decimal): -164683 or 11894013. OLE color: 11894013.

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

Color convert

RGB253124181-
CMYK00.510.280.01
HSL333.49º96.99%73.92%-
HSV(B)333.49º50.99%99.22%-
XYZ56.0638.6348.22-
YUV169.07134.74187.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.34%
GREEN value IS 124 (48.83% from 255) = 22.22%
BLUE value IS 181 (71.09% from 255) = 32.44%
R=45.34%
G=22.22%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312418100.510.280.01333.4996.9973.92
HexFD7CB50331C114d614a
Octal375174265063341515141112
Binary11111101111110010110101011001111100110100110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CB5; }

 p { color: rgb(253,124,181); }

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

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

 a { background-color: rgb(253,124,181); }

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

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

 span { border-color: rgb(253,124,181); }

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