#FD7DB9

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

Shades of Persian Pink #FD7DB9

Tints of Persian Pink #FD7DB9

Color information

#FD7DB9 (or 0xFD7DB9) is unknown color: approx Persian Pink. HEX triplet: FD, 7D and B9. RGB value is (253,125,185). Sum of RGB (Red+Green+Blue) = 253+125+185=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DB9 is #028246. Grayscale: #A9A9A9. Windows color (decimal): -164423 or 12156413. OLE color: 12156413.

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

Color convert

RGB253125185-
CMYK00.510.270.01
HSL331.88º96.97%74.12%-
HSV(B)331.88º50.59%99.22%-
XYZ56.639.0550.45-
YUV170.11136.41187.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=44.94%
G=22.20%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312518500.510.270.01331.8896.9774.12
HexFD7DB90331B114c614a
Octal375175271063331514141112
Binary11111101111110110111001011001111011110100110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7DB9; }

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

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

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

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

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

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

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

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