#FFAAF8

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

Shades of Lavender Rose #FFAAF8

Tints of Lavender Rose #FFAAF8

Color information

#FFAAF8 (or 0xFFAAF8) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and F8. RGB value is (255,170,248). Sum of RGB (Red+Green+Blue) = 255+170+248=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 170 (66.80% from 255 or 25.26% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAF8 is #005507. Grayscale: #CCCCCC. Windows color (decimal): -21768 or 16296703. OLE color: 16296703.

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

Color convert

RGB255170248-
CMYK00.330.030
HSL304.94º100%83.33%-
HSV(B)304.94º33.33%100%-
XYZ72.5656.7995.94-
YUV204.31152.66164.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 170 (66.80% from 255) = 25.26%
BLUE value IS 248 (97.27% from 255) = 36.85%
R=37.89%
G=25.26%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517024800.330.030304.9410083.33
HexFFAAF8021301316453
Octal37725237004130461144123
Binary111111111010101011111000010000111010011000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAF8; }

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

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

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

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

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

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

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

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