#FF9AE3

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

Shades of Lavender Rose #FF9AE3

Tints of Lavender Rose #FF9AE3

Color information

#FF9AE3 (or 0xFF9AE3) is unknown color: approx Lavender Rose. HEX triplet: FF, 9A and E3. RGB value is (255,154,227). Sum of RGB (Red+Green+Blue) = 255+154+227=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 154 (60.55% from 255 or 24.21% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9AE3 is #00651C. Grayscale: #C0C0C0. Windows color (decimal): -25885 or 14916351. OLE color: 14916351.

HSL color Cylindrical-coordinate representation of color #FF9AE3: hue angle of 316.63º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9AE3 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255154227-
CMYK00.400.110
HSL316.63º100%80.2%-
HSV(B)316.63º39.61%100%-
XYZ66.6649.9278.79-
YUV192.52147.46172.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 154 (60.55% from 255) = 24.21%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=40.09%
G=24.21%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515422700.400.110316.6310080.2
HexFF9AE3028B013d6450
Octal377232343050130475144120
Binary11111111100110101110001101010001011010011110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9AE3; }

 p { color: rgb(255,154,227); }

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

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

 a { background-color: rgb(255,154,227); }

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

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

 span { border-color: rgb(255,154,227); }

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