#FE7DB9

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

Shades of Persian Pink #FE7DB9

Tints of Persian Pink #FE7DB9

Color information

#FE7DB9 (or 0xFE7DB9) is unknown color: approx Persian Pink. HEX triplet: FE, 7D and B9. RGB value is (254,125,185). Sum of RGB (Red+Green+Blue) = 254+125+185=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DB9 is #018246. Grayscale: #AAAAAA. Windows color (decimal): -98887 or 12156414. OLE color: 12156414.

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

Color convert

RGB254125185-
CMYK00.510.270.00
HSL332.09º98.47%74.31%-
HSV(B)332.09º50.79%99.61%-
XYZ56.9639.2450.47-
YUV170.41136.24187.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 125 (49.22% from 255) = 22.16%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=45.04%
G=22.16%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412518500.510.270.00332.0998.4774.31
HexFE7DB90331B014c624a
Octal376175271063330514142112
Binary11111110111110110111001011001111011010100110011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7DB9; }

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

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

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

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

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

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

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

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