#F1AEDF

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

Shades of Lavender Rose #F1AEDF

Tints of Lavender Rose #F1AEDF

Color information

#F1AEDF (or 0xF1AEDF) is unknown color: approx Lavender Rose. HEX triplet: F1, AE and DF. RGB value is (241,174,223). Sum of RGB (Red+Green+Blue) = 241+174+223=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEDF is #0E5120. Grayscale: #C7C7C7. Windows color (decimal): -938273 or 14659313. OLE color: 14659313.

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

Color convert

RGB241174223-
CMYK00.280.070.05
HSL316.12º70.53%81.37%-
HSV(B)316.12º27.8%94.51%-
XYZ64.7354.376.88-
YUV199.62141.2157.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 174 (68.36% from 255) = 27.27%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=37.77%
G=27.27%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117422300.280.070.05316.1270.5381.37
HexF1AEDF01C7513c4751
Octal36125633703475474107121
Binary11110001101011101101111101110011110110011110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEDF; }

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

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

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

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

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

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

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

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