#F1AEEE

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

Shades of Lavender Rose #F1AEEE

Tints of Lavender Rose #F1AEEE

Color information

#F1AEEE (or 0xF1AEEE) is unknown color: approx Lavender Rose. HEX triplet: F1, AE and EE. RGB value is (241,174,238). Sum of RGB (Red+Green+Blue) = 241+174+238=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEEE is #0E5111. Grayscale: #C9C9C9. Windows color (decimal): -938258 or 15642353. OLE color: 15642353.

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

Color convert

RGB241174238-
CMYK00.280.010.05
HSL302.69º70.53%81.37%-
HSV(B)302.69º27.8%94.51%-
XYZ66.8455.1588.01-
YUV201.33148.7156.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 174 (68.36% from 255) = 26.65%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=36.91%
G=26.65%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117423800.280.010.05302.6970.5381.37
HexF1AEEE01C1512f4751
Octal36125635603415457107121
Binary111100011010111011101110011100110110010111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEEE; }

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

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

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

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

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

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

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

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