Shades of Lavender Rose #F1AEE4
Tints of Lavender Rose #F1AEE4
RGB
CMYK
RGB Variations
Color information
#F1AEE4 (or 0xF1AEE4) is known color: Lavender Rose. HEX triplet: F1, AE and E4. RGB value is (241,174,228). Sum of RGB (Red+Green+Blue) = 241+174+228=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEE4 is #0E511B. Grayscale: #C8C8C8. Windows color (decimal): -938268 or 14986993. OLE color: 14986993.
HSL color Cylindrical-coordinate representation of color #F1AEE4: hue angle of 311.64º 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 #F1AEE4 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 228 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.05 |
| HSL | 311.64º | 0.71% | 0.81% | - |
| HSV(B) | 311.64º | 0.28% | 0.95% | - |
| XYZ | 65.42 | 54.57 | 80.48 | - |
| YUV | 200.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 228 | 0 | 0.28 | 0.05 | 0.05 | 311.64 | 0.71 | 0.81 |
| Hex | F1 | AE | E4 | 0 | 1C | 5 | 5 | 138 | 47 | 51 |
| Octal | 361 | 256 | 344 | 0 | 34 | 5 | 5 | 470 | 107 | 121 |
| Binary | 11110001 | 10101110 | 11100100 | 0 | 11100 | 101 | 101 | 100111000 | 1000111 | 1010001 |
Color Harmonies of #F1AEE4
Complementary color
Monochromatic Colors of #F1AEE4
Black with #F1AEE4
Text Example
Text Example
White with #F1AEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AEE4; }
p { color: rgb(241,174,228); }
H1.HeaderClassName
{
color: #F1AEE4;
}
.AnyTagClassName
{
color: #F1AEE4;
}
</style>
background-color css
<style>
a { background-color: #F1AEE4; }
a { background-color: rgb(241,174,228); }
div.DivClassName
{
background-color: #F1AEE4;
}
.BgClassName
{
background-color: #F1AEE4;
}
</style>
border-color css
<style>
span { border-color: #F1AEE4; }
span { border-color: rgb(241,174,228); }
td.TdClassName
{
border-color: #F1AEE4;
}
.TagClassName
{
border-color: #F1AEE4;
}
</style>