#FE81BE

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

Shades of Persian Pink #FE81BE

Tints of Persian Pink #FE81BE

Color information

#FE81BE (or 0xFE81BE) is unknown color: approx Persian Pink. HEX triplet: FE, 81 and BE. RGB value is (254,129,190). Sum of RGB (Red+Green+Blue) = 254+129+190=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81BE is #017E41. Grayscale: #ADADAD. Windows color (decimal): -97858 or 12485118. OLE color: 12485118.

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

Color convert

RGB254129190-
CMYK00.490.250.00
HSL330.72º98.43%75.1%-
HSV(B)330.72º49.21%99.61%-
XYZ58.0240.4953.47-
YUV173.33137.41185.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=44.33%
G=22.51%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412919000.490.250.00330.7298.4375.1
HexFE81BE03119014b624b
Octal376201276061310513142113
Binary111111101000000110111110011000111001010100101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE81BE; }

 p { color: rgb(254,129,190); }

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

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

 a { background-color: rgb(254,129,190); }

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

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

 span { border-color: rgb(254,129,190); }

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