#FE81BC

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

Shades of Persian Pink #FE81BC

Tints of Persian Pink #FE81BC

Color information

#FE81BC (or 0xFE81BC) is unknown color: approx Persian Pink. HEX triplet: FE, 81 and BC. RGB value is (254,129,188). Sum of RGB (Red+Green+Blue) = 254+129+188=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81BC is #017E43. Grayscale: #ACACAC. Windows color (decimal): -97860 or 12354046. OLE color: 12354046.

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

Color convert

RGB254129188-
CMYK00.490.260.00
HSL331.68º98.43%75.1%-
HSV(B)331.68º49.21%99.61%-
XYZ57.840.452.33-
YUV173.1136.41185.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 188 (73.83% from 255) = 32.92%
R=44.48%
G=22.59%
B=32.92%

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
Decimal25412918800.490.260.00331.6898.4375.1
HexFE81BC0311A014c624b
Octal376201274061320514142113
Binary111111101000000110111100011000111010010100110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE81BC; }

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

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

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

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

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

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

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

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