#FEA7E9

Color #FEA7E9 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FEA7E9

Tints of Lavender Rose #FEA7E9

Color information

#FEA7E9 (or 0xFEA7E9) is unknown color: approx Lavender Rose. HEX triplet: FE, A7 and E9. RGB value is (254,167,233). Sum of RGB (Red+Green+Blue) = 254+167+233=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 167 (65.62% from 255 or 25.54% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7E9 is #015816. Grayscale: #C8C8C8. Windows color (decimal): -88087 or 15312894. OLE color: 15312894.

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

Color convert

RGB254167233-
CMYK00.340.080.00
HSL314.48º97.75%82.55%-
HSV(B)314.48º34.25%99.61%-
XYZ69.454.5983.97-
YUV200.54146.32166.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 167 (65.62% from 255) = 25.54%
BLUE value IS 233 (91.41% from 255) = 35.63%
R=38.84%
G=25.54%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416723300.340.080.00314.4897.7582.55
HexFEA7E90228013a6253
Octal376247351042100472142123
Binary11111110101001111110100101000101000010011101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7E9; }

 p { color: rgb(254,167,233); }

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

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

 a { background-color: rgb(254,167,233); }

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

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

 span { border-color: rgb(254,167,233); }

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