#FE82B5

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

Shades of Persian Pink #FE82B5

Tints of Persian Pink #FE82B5

Color information

#FE82B5 (or 0xFE82B5) is unknown color: approx Persian Pink. HEX triplet: FE, 82 and B5. RGB value is (254,130,181). Sum of RGB (Red+Green+Blue) = 254+130+181=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82B5 is #017D4A. Grayscale: #ACACAC. Windows color (decimal): -97611 or 11895550. OLE color: 11895550.

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

Color convert

RGB254130181-
CMYK00.490.290.00
HSL335.32º98.41%75.29%-
HSV(B)335.32º48.82%99.61%-
XYZ57.240.3748.49-
YUV172.89132.58185.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=44.96%
G=23.01%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413018100.490.290.00335.3298.4175.29
HexFE82B50311D014f624b
Octal376202265061350517142113
Binary111111101000001010110101011000111101010100111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE82B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE82B5; }

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

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

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

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

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

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

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

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