#FF9AEE

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

Shades of Lavender Rose #FF9AEE

Tints of Lavender Rose #FF9AEE

Color information

#FF9AEE (or 0xFF9AEE) is unknown color: approx Lavender Rose. HEX triplet: FF, 9A and EE. RGB value is (255,154,238). Sum of RGB (Red+Green+Blue) = 255+154+238=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 154 (60.55% from 255 or 23.80% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9AEE is #006511. Grayscale: #C1C1C1. Windows color (decimal): -25874 or 15637247. OLE color: 15637247.

HSL color Cylindrical-coordinate representation of color #FF9AEE: hue angle of 310.1º 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 #FF9AEE is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255154238-
CMYK00.400.070
HSL310.1º100%80.2%-
HSV(B)310.1º39.61%100%-
XYZ68.2350.5487.05-
YUV193.77152.96171.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 154 (60.55% from 255) = 23.80%
BLUE value IS 238 (93.36% from 255) = 36.79%
R=39.41%
G=23.80%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515423800.400.070310.110080.2
HexFF9AEE028701366450
Octal37723235605070466144120
Binary1111111110011010111011100101000111010011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9AEE; }

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

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

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

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

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

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

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

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