#FD7FB5

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

Shades of Persian Pink #FD7FB5

Tints of Persian Pink #FD7FB5

Color information

#FD7FB5 (or 0xFD7FB5) is unknown color: approx Persian Pink. HEX triplet: FD, 7F and B5. RGB value is (253,127,181). Sum of RGB (Red+Green+Blue) = 253+127+181=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FB5 is #02804A. Grayscale: #AAAAAA. Windows color (decimal): -163915 or 11894781. OLE color: 11894781.

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

Color convert

RGB253127181-
CMYK00.500.280.01
HSL334.29º96.92%74.51%-
HSV(B)334.29º49.8%99.22%-
XYZ56.4439.448.35-
YUV170.83133.74186.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 127 (50% from 255) = 22.64%
BLUE value IS 181 (71.09% from 255) = 32.26%
R=45.10%
G=22.64%
B=32.26%

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
Decimal25312718100.500.280.01334.2996.9274.51
HexFD7FB50321C114e614b
Octal375177265062341516141113
Binary11111101111111110110101011001011100110100111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7FB5; }

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

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

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

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

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

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

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

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