#F1AEDD

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

Shades of Lavender Rose #F1AEDD

Tints of Lavender Rose #F1AEDD

Color information

#F1AEDD (or 0xF1AEDD) is unknown color: approx Lavender Rose. HEX triplet: F1, AE and DD. RGB value is (241,174,221). Sum of RGB (Red+Green+Blue) = 241+174+221=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEDD is #0E5122. Grayscale: #C7C7C7. Windows color (decimal): -938275 or 14528241. OLE color: 14528241.

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

Color convert

RGB241174221-
CMYK00.280.080.05
HSL317.91º70.53%81.37%-
HSV(B)317.91º27.8%94.51%-
XYZ64.4654.1975.47-
YUV199.39140.2157.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 174 (68.36% from 255) = 27.36%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=37.89%
G=27.36%
B=34.75%

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
Decimal24117422100.280.080.05317.9170.5381.37
HexF1AEDD01C8513e4751
Octal361256335034105476107121
Binary111100011010111011011101011100100010110011111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEDD; }

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

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

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

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

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

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

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

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