#FE8BB7

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

Shades of Persian Pink #FE8BB7

Tints of Persian Pink #FE8BB7

Color information

#FE8BB7 (or 0xFE8BB7) is unknown color: approx Persian Pink. HEX triplet: FE, 8B and B7. RGB value is (254,139,183). Sum of RGB (Red+Green+Blue) = 254+139+183=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BB7 is #017448. Grayscale: #B2B2B2. Windows color (decimal): -95305 or 12028926. OLE color: 12028926.

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

Color convert

RGB254139183-
CMYK00.450.280.00
HSL337.04º98.29%77.06%-
HSV(B)337.04º45.28%99.61%-
XYZ58.6542.9550-
YUV178.4130.6181.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.10%
GREEN value IS 139 (54.69% from 255) = 24.13%
BLUE value IS 183 (71.88% from 255) = 31.77%
R=44.10%
G=24.13%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413918300.450.280.00337.0498.2977.06
HexFE8BB702D1C0151624d
Octal376213267055340521142115
Binary111111101000101110110111010110111100010101000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8BB7; }

 p { color: rgb(254,139,183); }

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

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

 a { background-color: rgb(254,139,183); }

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

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

 span { border-color: rgb(254,139,183); }

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