#FE8BB6

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

Shades of Persian Pink #FE8BB6

Tints of Persian Pink #FE8BB6

Color information

#FE8BB6 (or 0xFE8BB6) is unknown color: approx Persian Pink. HEX triplet: FE, 8B and B6. RGB value is (254,139,182). Sum of RGB (Red+Green+Blue) = 254+139+182=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BB6 is #017449. Grayscale: #B2B2B2. Windows color (decimal): -95306 or 11963390. OLE color: 11963390.

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

Color convert

RGB254139182-
CMYK00.450.280.00
HSL337.57º98.29%77.06%-
HSV(B)337.57º45.28%99.61%-
XYZ58.5542.9149.45-
YUV178.29130.1182-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 139 (54.69% from 255) = 24.17%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=44.17%
G=24.17%
B=31.65%

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
Decimal25413918200.450.280.00337.5798.2977.06
HexFE8BB602D1C0152624d
Octal376213266055340522142115
Binary111111101000101110110110010110111100010101001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8BB6; }

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

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

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

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

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

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

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

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