#F1AAE1

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

Shades of Lavender Rose #F1AAE1

Tints of Lavender Rose #F1AAE1

Color information

#F1AAE1 (or 0xF1AAE1) is unknown color: approx Lavender Rose. HEX triplet: F1, AA and E1. RGB value is (241,170,225). Sum of RGB (Red+Green+Blue) = 241+170+225=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAE1 is #0E551E. Grayscale: #C5C5C5. Windows color (decimal): -939295 or 14789361. OLE color: 14789361.

HSL color Cylindrical-coordinate representation of color #F1AAE1: hue angle of 313.52º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAE1 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241170225-
CMYK00.290.070.05
HSL313.52º71.72%80.59%-
HSV(B)313.52º29.46%94.51%-
XYZ64.2452.8978.06-
YUV197.5143.52159.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 170 (66.80% from 255) = 26.73%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=37.89%
G=26.73%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117022500.290.070.05313.5271.7280.59
HexF1AAE101D7513a4851
Octal36125234103575472110121
Binary11110001101010101110000101110111110110011101010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAE1; }

 p { color: rgb(241,170,225); }

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

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

 a { background-color: rgb(241,170,225); }

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

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

 span { border-color: rgb(241,170,225); }

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