#FE7EBD

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

Shades of Persian Pink #FE7EBD

Tints of Persian Pink #FE7EBD

Color information

#FE7EBD (or 0xFE7EBD) is unknown color: approx Persian Pink. HEX triplet: FE, 7E and BD. RGB value is (254,126,189). Sum of RGB (Red+Green+Blue) = 254+126+189=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EBD is #018142. Grayscale: #ABABAB. Windows color (decimal): -98627 or 12418814. OLE color: 12418814.

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

Color convert

RGB254126189-
CMYK00.500.260.00
HSL330.47º98.46%74.51%-
HSV(B)330.47º50.39%99.61%-
XYZ57.5239.6752.77-
YUV171.45137.91186.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 126 (49.61% from 255) = 22.14%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=44.64%
G=22.14%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412618900.500.260.00330.4798.4674.51
HexFE7EBD0321A014a624b
Octal376176275062320512142113
Binary11111110111111010111101011001011010010100101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7EBD; }

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

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

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

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

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

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

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

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