#FE9AE1

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

Shades of Lavender Rose #FE9AE1

Tints of Lavender Rose #FE9AE1

Color information

#FE9AE1 (or 0xFE9AE1) is unknown color: approx Lavender Rose. HEX triplet: FE, 9A and E1. RGB value is (254,154,225). Sum of RGB (Red+Green+Blue) = 254+154+225=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 154 (60.55% from 255 or 24.33% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9AE1 is #01651E. Grayscale: #BFBFBF. Windows color (decimal): -91423 or 14785278. OLE color: 14785278.

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

Color convert

RGB254154225-
CMYK00.390.110.00
HSL317.4º98.04%80%-
HSV(B)317.4º39.37%99.61%-
XYZ66.0249.6277.33-
YUV191.99146.63172.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 154 (60.55% from 255) = 24.33%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=40.13%
G=24.33%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415422500.390.110.00317.498.0480
HexFE9AE1027B013d6250
Octal376232341047130475142120
Binary11111110100110101110000101001111011010011110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9AE1; }

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

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

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

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

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

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

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

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