#FF9AEC

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

Shades of Lavender Rose #FF9AEC

Tints of Lavender Rose #FF9AEC

Color information

#FF9AEC (or 0xFF9AEC) is unknown color: approx Lavender Rose. HEX triplet: FF, 9A and EC. RGB value is (255,154,236). Sum of RGB (Red+Green+Blue) = 255+154+236=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 154 (60.55% from 255 or 23.88% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9AEC is #006513. Grayscale: #C1C1C1. Windows color (decimal): -25876 or 15506175. OLE color: 15506175.

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

Color convert

RGB255154236-
CMYK00.400.070
HSL311.29º100%80.2%-
HSV(B)311.29º39.61%100%-
XYZ67.9450.4385.51-
YUV193.55151.96171.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 154 (60.55% from 255) = 23.88%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=39.53%
G=23.88%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515423600.400.070311.2910080.2
HexFF9AEC028701376450
Octal37723235405070467144120
Binary1111111110011010111011000101000111010011011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9AEC; }

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

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

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

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

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

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

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

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