#FFAAF9

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

Shades of Lavender Rose #FFAAF9

Tints of Lavender Rose #FFAAF9

Color information

#FFAAF9 (or 0xFFAAF9) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and F9. RGB value is (255,170,249). Sum of RGB (Red+Green+Blue) = 255+170+249=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 170 (66.80% from 255 or 25.22% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAF9 is #005506. Grayscale: #CCCCCC. Windows color (decimal): -21767 or 16362239. OLE color: 16362239.

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

Color convert

RGB255170249-
CMYK00.330.020
HSL304.24º100%83.33%-
HSV(B)304.24º33.33%100%-
XYZ72.7156.8596.76-
YUV204.42153.16164.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 170 (66.80% from 255) = 25.22%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=37.83%
G=25.22%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517024900.330.020304.2410083.33
HexFFAAF9021201306453
Octal37725237104120460144123
Binary111111111010101011111001010000110010011000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAF9; }

 p { color: rgb(255,170,249); }

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

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

 a { background-color: rgb(255,170,249); }

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

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

 span { border-color: rgb(255,170,249); }

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