#F1AEDE

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

Shades of Lavender Rose #F1AEDE

Tints of Lavender Rose #F1AEDE

Color information

#F1AEDE (or 0xF1AEDE) is unknown color: approx Lavender Rose. HEX triplet: F1, AE and DE. RGB value is (241,174,222). Sum of RGB (Red+Green+Blue) = 241+174+222=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEDE is #0E5121. Grayscale: #C7C7C7. Windows color (decimal): -938274 or 14593777. OLE color: 14593777.

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

Color convert

RGB241174222-
CMYK00.280.080.05
HSL317.01º70.53%81.37%-
HSV(B)317.01º27.8%94.51%-
XYZ64.654.2576.17-
YUV199.5140.7157.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=37.83%
G=27.32%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117422200.280.080.05317.0170.5381.37
HexF1AEDE01C8513d4751
Octal361256336034105475107121
Binary111100011010111011011110011100100010110011110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEDE; }

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

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

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

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

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

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

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

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