#FE82B6

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

Shades of Persian Pink #FE82B6

Tints of Persian Pink #FE82B6

Color information

#FE82B6 (or 0xFE82B6) is unknown color: approx Persian Pink. HEX triplet: FE, 82 and B6. RGB value is (254,130,182). Sum of RGB (Red+Green+Blue) = 254+130+182=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82B6 is #017D49. Grayscale: #ACACAC. Windows color (decimal): -97610 or 11961086. OLE color: 11961086.

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

Color convert

RGB254130182-
CMYK00.490.280.00
HSL334.84º98.41%75.29%-
HSV(B)334.84º48.82%99.61%-
XYZ57.340.4149.04-
YUV173133.08185.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 130 (51.17% from 255) = 22.97%
BLUE value IS 182 (71.48% from 255) = 32.16%
R=44.88%
G=22.97%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413018200.490.280.00334.8498.4175.29
HexFE82B60311C014f624b
Octal376202266061340517142113
Binary111111101000001010110110011000111100010100111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE82B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE82B6; }

 p { color: rgb(254,130,182); }

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

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

 a { background-color: rgb(254,130,182); }

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

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

 span { border-color: rgb(254,130,182); }

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