#F1AEEA

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

Shades of Lavender Rose #F1AEEA

Tints of Lavender Rose #F1AEEA

Color information

#F1AEEA (or 0xF1AEEA) is unknown color: approx Lavender Rose. HEX triplet: F1, AE and EA. RGB value is (241,174,234). Sum of RGB (Red+Green+Blue) = 241+174+234=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEEA is #0E5115. Grayscale: #C8C8C8. Windows color (decimal): -938262 or 15380209. OLE color: 15380209.

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

Color convert

RGB241174234-
CMYK00.280.030.05
HSL306.27º70.53%81.37%-
HSV(B)306.27º27.8%94.51%-
XYZ66.2654.9184.95-
YUV200.87146.7156.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 174 (68.36% from 255) = 26.81%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=37.13%
G=26.81%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117423400.280.030.05306.2770.5381.37
HexF1AEEA01C351324751
Octal36125635203435462107121
Binary1111000110101110111010100111001110110011001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEEA; }

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

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

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

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

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

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

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

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