#F1AEE6

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

Shades of Lavender Rose #F1AEE6

Tints of Lavender Rose #F1AEE6

Color information

#F1AEE6 (or 0xF1AEE6) is unknown color: approx Lavender Rose. HEX triplet: F1, AE and E6. RGB value is (241,174,230). Sum of RGB (Red+Green+Blue) = 241+174+230=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEE6 is #0E5119. Grayscale: #C8C8C8. Windows color (decimal): -938266 or 15118065. OLE color: 15118065.

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

Color convert

RGB241174230-
CMYK00.280.050.05
HSL309.85º70.53%81.37%-
HSV(B)309.85º27.8%94.51%-
XYZ65.6954.6981.96-
YUV200.42144.7156.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.36%
GREEN value IS 174 (68.36% from 255) = 26.98%
BLUE value IS 230 (90.23% from 255) = 35.66%
R=37.36%
G=26.98%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117423000.280.050.05309.8570.5381.37
HexF1AEE601C551364751
Octal36125634603455466107121
Binary11110001101011101110011001110010110110011011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEE6; }

 p { color: rgb(241,174,230); }

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

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

 a { background-color: rgb(241,174,230); }

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

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

 span { border-color: rgb(241,174,230); }

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