#FEA4E6

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

Shades of Lavender Rose #FEA4E6

Tints of Lavender Rose #FEA4E6

Color information

#FEA4E6 (or 0xFEA4E6) is unknown color: approx Lavender Rose. HEX triplet: FE, A4 and E6. RGB value is (254,164,230). Sum of RGB (Red+Green+Blue) = 254+164+230=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 164 (64.45% from 255 or 25.31% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4E6 is #015B19. Grayscale: #C6C6C6. Windows color (decimal): -88858 or 15115518. OLE color: 15115518.

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

Color convert

RGB254164230-
CMYK00.350.090.00
HSL316º97.83%81.96%-
HSV(B)316º35.43%99.61%-
XYZ68.4353.3381.55-
YUV198.43145.82167.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 164 (64.45% from 255) = 25.31%
BLUE value IS 230 (90.23% from 255) = 35.49%
R=39.20%
G=25.31%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416423000.350.090.0031697.8381.96
HexFEA4E60239013c6252
Octal376244346043110474142122
Binary11111110101001001110011001000111001010011110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4E6; }

 p { color: rgb(254,164,230); }

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

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

 a { background-color: rgb(254,164,230); }

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

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

 span { border-color: rgb(254,164,230); }

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