#FE87B6

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

Shades of Persian Pink #FE87B6

Tints of Persian Pink #FE87B6

Color information

#FE87B6 (or 0xFE87B6) is unknown color: approx Persian Pink. HEX triplet: FE, 87 and B6. RGB value is (254,135,182). Sum of RGB (Red+Green+Blue) = 254+135+182=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87B6 is #017849. Grayscale: #AFAFAF. Windows color (decimal): -96330 or 11962366. OLE color: 11962366.

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

Color convert

RGB254135182-
CMYK00.470.280.00
HSL336.3º98.35%76.27%-
HSV(B)336.3º46.85%99.61%-
XYZ57.9841.7849.26-
YUV175.94131.42183.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 135 (53.12% from 255) = 23.64%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=44.48%
G=23.64%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413518200.470.280.00336.398.3576.27
HexFE87B602F1C0150624c
Octal376207266057340520142114
Binary111111101000011110110110010111111100010101000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE87B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE87B6; }

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

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

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

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

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

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

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

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