#FE82BC

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

Shades of Persian Pink #FE82BC

Tints of Persian Pink #FE82BC

Color information

#FE82BC (or 0xFE82BC) is unknown color: approx Persian Pink. HEX triplet: FE, 82 and BC. RGB value is (254,130,188). Sum of RGB (Red+Green+Blue) = 254+130+188=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82BC is #017D43. Grayscale: #ADADAD. Windows color (decimal): -97604 or 12354302. OLE color: 12354302.

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

Color convert

RGB254130188-
CMYK00.490.260.00
HSL331.94º98.41%75.29%-
HSV(B)331.94º48.82%99.61%-
XYZ57.9340.6752.37-
YUV173.69136.08185.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 130 (51.17% from 255) = 22.73%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=44.41%
G=22.73%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413018800.490.260.00331.9498.4175.29
HexFE82BC0311A014c624b
Octal376202274061320514142113
Binary111111101000001010111100011000111010010100110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE82BC; }

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

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

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

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

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

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

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

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