Shades of Lavender Rose #F9AEF1
Tints of Lavender Rose #F9AEF1
RGB
CMYK
RGB Variations
Color information
#F9AEF1 (or 0xF9AEF1) is known color: Lavender Rose. HEX triplet: F9, AE and F1. RGB value is (249,174,241). Sum of RGB (Red+Green+Blue) = 249+174+241=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 174 (68.36% from 255 or 26.20% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AEF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AEF1 is #06510E. Grayscale: #CBCBCB. Windows color (decimal): -413967 or 15838969. OLE color: 15838969.
HSL color Cylindrical-coordinate representation of color #F9AEF1: hue angle of 306.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AEF1 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 174 | 241 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.02 |
| HSL | 306.4º | 0.86% | 0.83% | - |
| HSV(B) | 306.4º | 0.3% | 0.98% | - |
| XYZ | 70.08 | 56.76 | 90.48 | - |
| YUV | 204.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 174 | 241 | 0 | 0.30 | 0.03 | 0.02 | 306.4 | 0.86 | 0.83 |
| Hex | F9 | AE | F1 | 0 | 1E | 3 | 2 | 132 | 56 | 53 |
| Octal | 371 | 256 | 361 | 0 | 36 | 3 | 2 | 462 | 126 | 123 |
| Binary | 11111001 | 10101110 | 11110001 | 0 | 11110 | 11 | 10 | 100110010 | 1010110 | 1010011 |
Color Harmonies of #F9AEF1
Complementary color
Monochromatic Colors of #F9AEF1
Black with #F9AEF1
Text Example
Text Example
White with #F9AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AEF1; }
p { color: rgb(249,174,241); }
H1.HeaderClassName
{
color: #F9AEF1;
}
.AnyTagClassName
{
color: #F9AEF1;
}
</style>
background-color css
<style>
a { background-color: #F9AEF1; }
a { background-color: rgb(249,174,241); }
div.DivClassName
{
background-color: #F9AEF1;
}
.BgClassName
{
background-color: #F9AEF1;
}
</style>
border-color css
<style>
span { border-color: #F9AEF1; }
span { border-color: rgb(249,174,241); }
td.TdClassName
{
border-color: #F9AEF1;
}
.TagClassName
{
border-color: #F9AEF1;
}
</style>