#F1AAE3

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

Shades of Lavender Rose #F1AAE3

Tints of Lavender Rose #F1AAE3

Color information

#F1AAE3 (or 0xF1AAE3) is unknown color: approx Lavender Rose. HEX triplet: F1, AA and E3. RGB value is (241,170,227). Sum of RGB (Red+Green+Blue) = 241+170+227=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAE3 is #0E551C. Grayscale: #C5C5C5. Windows color (decimal): -939293 or 14920433. OLE color: 14920433.

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

Color convert

RGB241170227-
CMYK00.290.060.05
HSL311.83º71.72%80.59%-
HSV(B)311.83º29.46%94.51%-
XYZ64.525379.5-
YUV197.73144.52158.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 170 (66.80% from 255) = 26.65%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=37.77%
G=26.65%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117022700.290.060.05311.8371.7280.59
HexF1AAE301D651384851
Octal36125234303565470110121
Binary11110001101010101110001101110111010110011100010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAE3; }

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

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

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

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

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

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

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

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