#FD87B6

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

Shades of Persian Pink #FD87B6

Tints of Persian Pink #FD87B6

Color information

#FD87B6 (or 0xFD87B6) is unknown color: approx Persian Pink. HEX triplet: FD, 87 and B6. RGB value is (253,135,182). Sum of RGB (Red+Green+Blue) = 253+135+182=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FD87B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD87B6 is #027849. Grayscale: #AFAFAF. Windows color (decimal): -161866 or 11962365. OLE color: 11962365.

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

Color convert

RGB253135182-
CMYK00.470.280.01
HSL336.1º96.72%76.08%-
HSV(B)336.1º46.64%99.22%-
XYZ57.6241.5949.25-
YUV175.64131.59183.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.39%
GREEN value IS 135 (53.12% from 255) = 23.68%
BLUE value IS 182 (71.48% from 255) = 31.93%
R=44.39%
G=23.68%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313518200.470.280.01336.196.7276.08
HexFD87B602F1C1150614c
Octal375207266057341520141114
Binary111111011000011110110110010111111100110101000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD87B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD87B6; }

 p { color: rgb(253,135,182); }

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

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

 a { background-color: rgb(253,135,182); }

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

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

 span { border-color: rgb(253,135,182); }

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