#F1AEDC

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

Shades of Lavender Rose #F1AEDC

Tints of Lavender Rose #F1AEDC

Color information

#F1AEDC (or 0xF1AEDC) is unknown color: approx Lavender Rose. HEX triplet: F1, AE and DC. RGB value is (241,174,220). Sum of RGB (Red+Green+Blue) = 241+174+220=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEDC is #0E5123. Grayscale: #C7C7C7. Windows color (decimal): -938276 or 14462705. OLE color: 14462705.

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

Color convert

RGB241174220-
CMYK00.280.090.05
HSL318.81º70.53%81.37%-
HSV(B)318.81º27.8%94.51%-
XYZ64.3354.1474.77-
YUV199.28139.7157.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 174 (68.36% from 255) = 27.40%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=37.95%
G=27.40%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117422000.280.090.05318.8170.5381.37
HexF1AEDC01C9513f4751
Octal361256334034115477107121
Binary111100011010111011011100011100100110110011111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEDC; }

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

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

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

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

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

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

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

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