#FD82BB

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

Shades of Persian Pink #FD82BB

Tints of Persian Pink #FD82BB

Color information

#FD82BB (or 0xFD82BB) is unknown color: approx Persian Pink. HEX triplet: FD, 82 and BB. RGB value is (253,130,187). Sum of RGB (Red+Green+Blue) = 253+130+187=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FD82BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD82BB is #027D44. Grayscale: #ADADAD. Windows color (decimal): -163141 or 12288765. OLE color: 12288765.

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

Color convert

RGB253130187-
CMYK00.490.260.01
HSL332.2º96.85%75.1%-
HSV(B)332.2º48.62%99.22%-
XYZ57.4640.4451.79-
YUV173.28135.75184.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.39%
GREEN value IS 130 (51.17% from 255) = 22.81%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=44.39%
G=22.81%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313018700.490.260.01332.296.8575.1
HexFD82BB0311A114c614b
Octal375202273061321514141113
Binary111111011000001010111011011000111010110100110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD82BB; }

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

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

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

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

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

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

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

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