#FE7EB9

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

Shades of Persian Pink #FE7EB9

Tints of Persian Pink #FE7EB9

Color information

#FE7EB9 (or 0xFE7EB9) is unknown color: approx Persian Pink. HEX triplet: FE, 7E and B9. RGB value is (254,126,185). Sum of RGB (Red+Green+Blue) = 254+126+185=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EB9 is #018146. Grayscale: #AAAAAA. Windows color (decimal): -98631 or 12156670. OLE color: 12156670.

HSL color Cylindrical-coordinate representation of color #FE7EB9: hue angle of 332.34º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7EB9 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254126185-
CMYK00.500.270.00
HSL332.34º98.46%74.51%-
HSV(B)332.34º50.39%99.61%-
XYZ57.0939.550.51-
YUV171135.91187.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 126 (49.61% from 255) = 22.30%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=44.96%
G=22.30%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412618500.500.270.00332.3498.4674.51
HexFE7EB90321B014c624b
Octal376176271062330514142113
Binary11111110111111010111001011001011011010100110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7EB9; }

 p { color: rgb(254,126,185); }

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

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

 a { background-color: rgb(254,126,185); }

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

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

 span { border-color: rgb(254,126,185); }

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