#FF9AE5

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

Shades of Lavender Rose #FF9AE5

Tints of Lavender Rose #FF9AE5

Color information

#FF9AE5 (or 0xFF9AE5) is unknown color: approx Lavender Rose. HEX triplet: FF, 9A and E5. RGB value is (255,154,229). Sum of RGB (Red+Green+Blue) = 255+154+229=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 154 (60.55% from 255 or 24.14% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9AE5 is #00651A. Grayscale: #C0C0C0. Windows color (decimal): -25883 or 15047423. OLE color: 15047423.

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

Color convert

RGB255154229-
CMYK00.400.100
HSL315.45º100%80.2%-
HSV(B)315.45º39.61%100%-
XYZ66.9450.0380.26-
YUV192.75148.46172.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 154 (60.55% from 255) = 24.14%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=39.97%
G=24.14%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515422900.400.100315.4510080.2
HexFF9AE5028A013b6450
Octal377232345050120473144120
Binary11111111100110101110010101010001010010011101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9AE5; }

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

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

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

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

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

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

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

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