#FE81BB

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

Shades of Persian Pink #FE81BB

Tints of Persian Pink #FE81BB

Color information

#FE81BB (or 0xFE81BB) is unknown color: approx Persian Pink. HEX triplet: FE, 81 and BB. RGB value is (254,129,187). Sum of RGB (Red+Green+Blue) = 254+129+187=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81BB is #017E44. Grayscale: #ACACAC. Windows color (decimal): -97861 or 12288510. OLE color: 12288510.

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

Color convert

RGB254129187-
CMYK00.490.260.00
HSL332.16º98.43%75.1%-
HSV(B)332.16º49.21%99.61%-
XYZ57.6940.3651.76-
YUV172.99135.91185.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=44.56%
G=22.63%
B=32.81%

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
Decimal25412918700.490.260.00332.1698.4375.1
HexFE81BB0311A014c624b
Octal376201273061320514142113
Binary111111101000000110111011011000111010010100110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE81BB; }

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

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

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

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

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

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

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

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