#FD7CBA

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

Shades of Persian Pink #FD7CBA

Tints of Persian Pink #FD7CBA

Color information

#FD7CBA (or 0xFD7CBA) is unknown color: approx Persian Pink. HEX triplet: FD, 7C and BA. RGB value is (253,124,186). Sum of RGB (Red+Green+Blue) = 253+124+186=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CBA is #028345. Grayscale: #A9A9A9. Windows color (decimal): -164678 or 12221693. OLE color: 12221693.

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

Color convert

RGB253124186-
CMYK00.510.260.01
HSL331.16º96.99%73.92%-
HSV(B)331.16º50.99%99.22%-
XYZ56.5838.8450.97-
YUV169.64137.24187.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 124 (48.83% from 255) = 22.02%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=44.94%
G=22.02%
B=33.04%

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
Decimal25312418600.510.260.01331.1696.9973.92
HexFD7CBA0331A114b614a
Octal375174272063321513141112
Binary11111101111110010111010011001111010110100101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CBA; }

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

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

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

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

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

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

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

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