#FE9AE4

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

Shades of Lavender Rose #FE9AE4

Tints of Lavender Rose #FE9AE4

Color information

#FE9AE4 (or 0xFE9AE4) is unknown color: approx Lavender Rose. HEX triplet: FE, 9A and E4. RGB value is (254,154,228). Sum of RGB (Red+Green+Blue) = 254+154+228=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 154 (60.55% from 255 or 24.21% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9AE4 is #01651B. Grayscale: #C0C0C0. Windows color (decimal): -91420 or 14981886. OLE color: 14981886.

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

Color convert

RGB254154228-
CMYK00.390.100.00
HSL315.6º98.04%80%-
HSV(B)315.6º39.37%99.61%-
XYZ66.4349.7879.51-
YUV192.34148.13171.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.94%
GREEN value IS 154 (60.55% from 255) = 24.21%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=39.94%
G=24.21%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415422800.390.100.00315.698.0480
HexFE9AE4027A013c6250
Octal376232344047120474142120
Binary11111110100110101110010001001111010010011110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9AE4; }

 p { color: rgb(254,154,228); }

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

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

 a { background-color: rgb(254,154,228); }

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

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

 span { border-color: rgb(254,154,228); }

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