Shades of Lavender Rose #F1AADF
Tints of Lavender Rose #F1AADF
RGB
CMYK
RGB Variations
Color information
#F1AADF (or 0xF1AADF) is known color: Lavender Rose. HEX triplet: F1, AA and DF. RGB value is (241,170,223). Sum of RGB (Red+Green+Blue) = 241+170+223=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AADF is #0E5520. Grayscale: #C5C5C5. Windows color (decimal): -939297 or 14658289. OLE color: 14658289.
HSL color Cylindrical-coordinate representation of color #F1AADF: hue angle of 315.21º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AADF is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 223 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.05 |
| HSL | 315.21º | 0.72% | 0.81% | - |
| HSV(B) | 315.21º | 0.29% | 0.95% | - |
| XYZ | 63.97 | 52.78 | 76.63 | - |
| YUV | 197.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 223 | 0 | 0.29 | 0.07 | 0.05 | 315.21 | 0.72 | 0.81 |
| Hex | F1 | AA | DF | 0 | 1D | 7 | 5 | 13B | 48 | 51 |
| Octal | 361 | 252 | 337 | 0 | 35 | 7 | 5 | 473 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11011111 | 0 | 11101 | 111 | 101 | 100111011 | 1001000 | 1010001 |
Color Harmonies of #F1AADF
Complementary color
Monochromatic Colors of #F1AADF
Black with #F1AADF
Text Example
Text Example
White with #F1AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AADF; }
p { color: rgb(241,170,223); }
H1.HeaderClassName
{
color: #F1AADF;
}
.AnyTagClassName
{
color: #F1AADF;
}
</style>
background-color css
<style>
a { background-color: #F1AADF; }
a { background-color: rgb(241,170,223); }
div.DivClassName
{
background-color: #F1AADF;
}
.BgClassName
{
background-color: #F1AADF;
}
</style>
border-color css
<style>
span { border-color: #F1AADF; }
span { border-color: rgb(241,170,223); }
td.TdClassName
{
border-color: #F1AADF;
}
.TagClassName
{
border-color: #F1AADF;
}
</style>