#F5AAF8

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

Shades of Lavender Rose #F5AAF8

Tints of Lavender Rose #F5AAF8

Color information

#F5AAF8 (or 0xF5AAF8) is unknown color: approx Lavender Rose. HEX triplet: F5, AA and F8. RGB value is (245,170,248). Sum of RGB (Red+Green+Blue) = 245+170+248=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 170 (66.80% from 255 or 25.64% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5AAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AAF8 is #0A5507. Grayscale: #C9C9C9. Windows color (decimal): -677128 or 16296693. OLE color: 16296693.

HSL color Cylindrical-coordinate representation of color #F5AAF8: hue angle of 297.69º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AAF8 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB245170248-
CMYK0.010.3100.03
HSL297.69º84.78%81.96%-
HSV(B)297.69º31.45%97.25%-
XYZ68.9754.9495.78-
YUV201.32154.35159.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.95%
GREEN value IS 170 (66.80% from 255) = 25.64%
BLUE value IS 248 (97.27% from 255) = 37.41%
R=36.95%
G=25.64%
B=37.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2451702480.010.3100.03297.6984.7881.96
HexF5AAF811F0312a5552
Octal36525237013703452125122
Binary11110101101010101111100011111101110010101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AAF8; }

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

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

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

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

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

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

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

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