#FE7DB8

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

Shades of Persian Pink #FE7DB8

Tints of Persian Pink #FE7DB8

Color information

#FE7DB8 (or 0xFE7DB8) is unknown color: approx Persian Pink. HEX triplet: FE, 7D and B8. RGB value is (254,125,184). Sum of RGB (Red+Green+Blue) = 254+125+184=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DB8 is #018247. Grayscale: #AAAAAA. Windows color (decimal): -98888 or 12090878. OLE color: 12090878.

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

Color convert

RGB254125184-
CMYK00.510.280.00
HSL332.56º98.47%74.31%-
HSV(B)332.56º50.79%99.61%-
XYZ56.8639.249.92-
YUV170.3135.74187.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=45.12%
G=22.20%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412518400.510.280.00332.5698.4774.31
HexFE7DB80331C014d624a
Octal376175270063340515142112
Binary11111110111110110111000011001111100010100110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7DB8; }

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

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

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

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

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

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

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

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