#FFA9ED

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

Shades of Lavender Rose #FFA9ED

Tints of Lavender Rose #FFA9ED

Color information

#FFA9ED (or 0xFFA9ED) is unknown color: approx Lavender Rose. HEX triplet: FF, A9 and ED. RGB value is (255,169,237). Sum of RGB (Red+Green+Blue) = 255+169+237=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 169 (66.41% from 255 or 25.57% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA9ED is #005612. Grayscale: #CACACA. Windows color (decimal): -22035 or 15575551. OLE color: 15575551.

HSL color Cylindrical-coordinate representation of color #FFA9ED: hue angle of 312.56º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA9ED is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255169237-
CMYK00.340.070
HSL312.56º100%83.14%-
HSV(B)312.56º33.73%100%-
XYZ70.7155.7587.15-
YUV202.47147.49165.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 169 (66.41% from 255) = 25.57%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=38.58%
G=25.57%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516923700.340.070312.5610083.14
HexFFA9ED022701396453
Octal37725135504270471144123
Binary1111111110101001111011010100010111010011100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9ED; }

 p { color: rgb(255,169,237); }

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

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

 a { background-color: rgb(255,169,237); }

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

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

 span { border-color: rgb(255,169,237); }

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