Shades of Lavender Rose #F3AADF
Tints of Lavender Rose #F3AADF
RGB
CMYK
RGB Variations
Color information
#F3AADF (or 0xF3AADF) is known color: Lavender Rose. HEX triplet: F3, AA and DF. RGB value is (243,170,223). Sum of RGB (Red+Green+Blue) = 243+170+223=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AADF is #0C5520. Grayscale: #C5C5C5. Windows color (decimal): -808225 or 14658291. OLE color: 14658291.
HSL color Cylindrical-coordinate representation of color #F3AADF: hue angle of 316.44º 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 #F3AADF is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 223 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.05 |
| HSL | 316.44º | 0.75% | 0.81% | - |
| HSV(B) | 316.44º | 0.3% | 0.95% | - |
| XYZ | 64.66 | 53.13 | 76.66 | - |
| YUV | 197.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 223 | 0 | 0.30 | 0.08 | 0.05 | 316.44 | 0.75 | 0.81 |
| Hex | F3 | AA | DF | 0 | 1E | 8 | 5 | 13C | 4B | 51 |
| Octal | 363 | 252 | 337 | 0 | 36 | 10 | 5 | 474 | 113 | 121 |
| Binary | 11110011 | 10101010 | 11011111 | 0 | 11110 | 1000 | 101 | 100111100 | 1001011 | 1010001 |
Color Harmonies of #F3AADF
Complementary color
Monochromatic Colors of #F3AADF
Black with #F3AADF
Text Example
Text Example
White with #F3AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AADF; }
p { color: rgb(243,170,223); }
H1.HeaderClassName
{
color: #F3AADF;
}
.AnyTagClassName
{
color: #F3AADF;
}
</style>
background-color css
<style>
a { background-color: #F3AADF; }
a { background-color: rgb(243,170,223); }
div.DivClassName
{
background-color: #F3AADF;
}
.BgClassName
{
background-color: #F3AADF;
}
</style>
border-color css
<style>
span { border-color: #F3AADF; }
span { border-color: rgb(243,170,223); }
td.TdClassName
{
border-color: #F3AADF;
}
.TagClassName
{
border-color: #F3AADF;
}
</style>