#FD82B7

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

Shades of Persian Pink #FD82B7

Tints of Persian Pink #FD82B7

Color information

#FD82B7 (or 0xFD82B7) is unknown color: approx Persian Pink. HEX triplet: FD, 82 and B7. RGB value is (253,130,183). Sum of RGB (Red+Green+Blue) = 253+130+183=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD82B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD82B7 is #027D48. Grayscale: #ACACAC. Windows color (decimal): -163145 or 12026621. OLE color: 12026621.

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

Color convert

RGB253130183-
CMYK00.490.280.01
HSL334.15º96.85%75.1%-
HSV(B)334.15º48.62%99.22%-
XYZ57.0440.2749.57-
YUV172.82133.75185.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 130 (51.17% from 255) = 22.97%
BLUE value IS 183 (71.88% from 255) = 32.33%
R=44.70%
G=22.97%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313018300.490.280.01334.1596.8575.1
HexFD82B70311C114e614b
Octal375202267061341516141113
Binary111111011000001010110111011000111100110100111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD82B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD82B7; }

 p { color: rgb(253,130,183); }

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

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

 a { background-color: rgb(253,130,183); }

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

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

 span { border-color: rgb(253,130,183); }

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