#FD7DBA

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

Shades of Persian Pink #FD7DBA

Tints of Persian Pink #FD7DBA

Color information

#FD7DBA (or 0xFD7DBA) is unknown color: approx Persian Pink. HEX triplet: FD, 7D and BA. RGB value is (253,125,186). Sum of RGB (Red+Green+Blue) = 253+125+186=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DBA is #028245. Grayscale: #AAAAAA. Windows color (decimal): -164422 or 12221949. OLE color: 12221949.

HSL color Cylindrical-coordinate representation of color #FD7DBA: hue angle of 331.41º 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 #FD7DBA is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253125186-
CMYK00.510.260.01
HSL331.41º96.97%74.12%-
HSV(B)331.41º50.59%99.22%-
XYZ56.739.151.01-
YUV170.23136.91187.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.86%
GREEN value IS 125 (49.22% from 255) = 22.16%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=44.86%
G=22.16%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312518600.510.260.01331.4196.9774.12
HexFD7DBA0331A114b614a
Octal375175272063321513141112
Binary11111101111110110111010011001111010110100101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7DBA; }

 p { color: rgb(253,125,186); }

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

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

 a { background-color: rgb(253,125,186); }

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

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

 span { border-color: rgb(253,125,186); }

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