#F1AEEB

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

Shades of Lavender Rose #F1AEEB

Tints of Lavender Rose #F1AEEB

Color information

#F1AEEB (or 0xF1AEEB) is unknown color: approx Lavender Rose. HEX triplet: F1, AE and EB. RGB value is (241,174,235). Sum of RGB (Red+Green+Blue) = 241+174+235=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEEB is #0E5114. Grayscale: #C8C8C8. Windows color (decimal): -938261 or 15445745. OLE color: 15445745.

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

Color convert

RGB241174235-
CMYK00.280.020.05
HSL305.37º70.53%81.37%-
HSV(B)305.37º27.8%94.51%-
XYZ66.4154.9785.71-
YUV200.99147.2156.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.08%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=37.08%
G=26.77%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117423500.280.020.05305.3770.5381.37
HexF1AEEB01C251314751
Octal36125635303425461107121
Binary1111000110101110111010110111001010110011000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEEB; }

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

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

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

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

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

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

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

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