#FE84B9

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

Shades of Persian Pink #FE84B9

Tints of Persian Pink #FE84B9

Color information

#FE84B9 (or 0xFE84B9) is unknown color: approx Persian Pink. HEX triplet: FE, 84 and B9. RGB value is (254,132,185). Sum of RGB (Red+Green+Blue) = 254+132+185=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84B9 is #017B46. Grayscale: #AEAEAE. Windows color (decimal): -97095 or 12158206. OLE color: 12158206.

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

Color convert

RGB254132185-
CMYK00.480.270.00
HSL333.93º98.39%75.69%-
HSV(B)333.93º48.03%99.61%-
XYZ57.8841.0850.78-
YUV174.52133.92184.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 132 (51.95% from 255) = 23.12%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=44.48%
G=23.12%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413218500.480.270.00333.9398.3975.69
HexFE84B90301B014e624c
Octal376204271060330516142114
Binary111111101000010010111001011000011011010100111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE84B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE84B9; }

 p { color: rgb(254,132,185); }

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

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

 a { background-color: rgb(254,132,185); }

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

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

 span { border-color: rgb(254,132,185); }

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