Shades of Lavender Rose #F1AADC
Tints of Lavender Rose #F1AADC
RGB
CMYK
RGB Variations
Color information
#F1AADC (or 0xF1AADC) is known color: Lavender Rose. HEX triplet: F1, AA and DC. RGB value is (241,170,220). Sum of RGB (Red+Green+Blue) = 241+170+220=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AADC is #0E5523. Grayscale: #C4C4C4. Windows color (decimal): -939300 or 14461681. OLE color: 14461681.
HSL color Cylindrical-coordinate representation of color #F1AADC: hue angle of 317.75º 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 #F1AADC is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 220 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.05 |
| HSL | 317.75º | 0.72% | 0.81% | - |
| HSV(B) | 317.75º | 0.29% | 0.95% | - |
| XYZ | 63.57 | 52.62 | 74.52 | - |
| YUV | 196.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 220 | 0 | 0.29 | 0.09 | 0.05 | 317.75 | 0.72 | 0.81 |
| Hex | F1 | AA | DC | 0 | 1D | 9 | 5 | 13E | 48 | 51 |
| Octal | 361 | 252 | 334 | 0 | 35 | 11 | 5 | 476 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11011100 | 0 | 11101 | 1001 | 101 | 100111110 | 1001000 | 1010001 |
Color Harmonies of #F1AADC
Complementary color
Monochromatic Colors of #F1AADC
Black with #F1AADC
Text Example
Text Example
White with #F1AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AADC; }
p { color: rgb(241,170,220); }
H1.HeaderClassName
{
color: #F1AADC;
}
.AnyTagClassName
{
color: #F1AADC;
}
</style>
background-color css
<style>
a { background-color: #F1AADC; }
a { background-color: rgb(241,170,220); }
div.DivClassName
{
background-color: #F1AADC;
}
.BgClassName
{
background-color: #F1AADC;
}
</style>
border-color css
<style>
span { border-color: #F1AADC; }
span { border-color: rgb(241,170,220); }
td.TdClassName
{
border-color: #F1AADC;
}
.TagClassName
{
border-color: #F1AADC;
}
</style>