Shades of Lavender Rose #F1AEDC
Tints of Lavender Rose #F1AEDC
RGB
CMYK
RGB Variations
Color information
#F1AEDC (or 0xF1AEDC) is known color: 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
| RGB | 241 | 174 | 220 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.05 |
| HSL | 318.81º | 0.71% | 0.81% | - |
| HSV(B) | 318.81º | 0.28% | 0.95% | - |
| XYZ | 64.33 | 54.14 | 74.77 | - |
| YUV | 199.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 220 | 0 | 0.28 | 0.09 | 0.05 | 318.81 | 0.71 | 0.81 |
| Hex | F1 | AE | DC | 0 | 1C | 9 | 5 | 13F | 47 | 51 |
| Octal | 361 | 256 | 334 | 0 | 34 | 11 | 5 | 477 | 107 | 121 |
| Binary | 11110001 | 10101110 | 11011100 | 0 | 11100 | 1001 | 101 | 100111111 | 1000111 | 1010001 |
Color Harmonies of #F1AEDC
Complementary color
Monochromatic Colors of #F1AEDC
Black with #F1AEDC
Text Example
Text Example
White with #F1AEDC
Text Example
Text Example
HTML Codes & Css Web 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>