#FFAAF0

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

Shades of Lavender Rose #FFAAF0

Tints of Lavender Rose #FFAAF0

Color information

#FFAAF0 (or 0xFFAAF0) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and F0. RGB value is (255,170,240). Sum of RGB (Red+Green+Blue) = 255+170+240=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 170 (66.80% from 255 or 25.56% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAF0 is #00550F. Grayscale: #CBCBCB. Windows color (decimal): -21776 or 15772415. OLE color: 15772415.

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

Color convert

RGB255170240-
CMYK00.330.060
HSL310.59º100%83.33%-
HSV(B)310.59º33.33%100%-
XYZ71.3456.389.55-
YUV203.4148.66164.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 170 (66.80% from 255) = 25.56%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=38.35%
G=25.56%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517024000.330.060310.5910083.33
HexFFAAF0021601376453
Octal37725236004160467144123
Binary1111111110101010111100000100001110010011011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAF0; }

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

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

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

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

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

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

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

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