Shades of Lavender Rose #F3AADD
Tints of Lavender Rose #F3AADD
RGB
CMYK
RGB Variations
Color information
#F3AADD (or 0xF3AADD) is known color: Lavender Rose. HEX triplet: F3, AA and DD. RGB value is (243,170,221). Sum of RGB (Red+Green+Blue) = 243+170+221=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AADD is #0C5522. Grayscale: #C5C5C5. Windows color (decimal): -808227 or 14527219. OLE color: 14527219.
HSL color Cylindrical-coordinate representation of color #F3AADD: hue angle of 318.08º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3AADD is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 221 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.05 |
| HSL | 318.08º | 0.75% | 0.81% | - |
| HSV(B) | 318.08º | 0.3% | 0.95% | - |
| XYZ | 64.39 | 53.02 | 75.25 | - |
| YUV | 197.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 221 | 0 | 0.30 | 0.09 | 0.05 | 318.08 | 0.75 | 0.81 |
| Hex | F3 | AA | DD | 0 | 1E | 9 | 5 | 13E | 4B | 51 |
| Octal | 363 | 252 | 335 | 0 | 36 | 11 | 5 | 476 | 113 | 121 |
| Binary | 11110011 | 10101010 | 11011101 | 0 | 11110 | 1001 | 101 | 100111110 | 1001011 | 1010001 |
Color Harmonies of #F3AADD
Complementary color
Monochromatic Colors of #F3AADD
Black with #F3AADD
Text Example
Text Example
White with #F3AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AADD; }
p { color: rgb(243,170,221); }
H1.HeaderClassName
{
color: #F3AADD;
}
.AnyTagClassName
{
color: #F3AADD;
}
</style>
background-color css
<style>
a { background-color: #F3AADD; }
a { background-color: rgb(243,170,221); }
div.DivClassName
{
background-color: #F3AADD;
}
.BgClassName
{
background-color: #F3AADD;
}
</style>
border-color css
<style>
span { border-color: #F3AADD; }
span { border-color: rgb(243,170,221); }
td.TdClassName
{
border-color: #F3AADD;
}
.TagClassName
{
border-color: #F3AADD;
}
</style>