Shades of Lavender Rose #F3AADB
Tints of Lavender Rose #F3AADB
RGB
CMYK
RGB Variations
Color information
#F3AADB (or 0xF3AADB) is known color: Lavender Rose. HEX triplet: F3, AA and DB. RGB value is (243,170,219). Sum of RGB (Red+Green+Blue) = 243+170+219=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AADB is #0C5524. Grayscale: #C5C5C5. Windows color (decimal): -808229 or 14396147. OLE color: 14396147.
HSL color Cylindrical-coordinate representation of color #F3AADB: hue angle of 319.73º 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 #F3AADB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 219 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.05 |
| HSL | 319.73º | 0.75% | 0.81% | - |
| HSV(B) | 319.73º | 0.3% | 0.95% | - |
| XYZ | 64.12 | 52.92 | 73.85 | - |
| YUV | 197.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 219 | 0 | 0.30 | 0.10 | 0.05 | 319.73 | 0.75 | 0.81 |
| Hex | F3 | AA | DB | 0 | 1E | A | 5 | 140 | 4B | 51 |
| Octal | 363 | 252 | 333 | 0 | 36 | 12 | 5 | 500 | 113 | 121 |
| Binary | 11110011 | 10101010 | 11011011 | 0 | 11110 | 1010 | 101 | 101000000 | 1001011 | 1010001 |
Color Harmonies of #F3AADB
Complementary color
Monochromatic Colors of #F3AADB
Black with #F3AADB
Text Example
Text Example
White with #F3AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AADB; }
p { color: rgb(243,170,219); }
H1.HeaderClassName
{
color: #F3AADB;
}
.AnyTagClassName
{
color: #F3AADB;
}
</style>
background-color css
<style>
a { background-color: #F3AADB; }
a { background-color: rgb(243,170,219); }
div.DivClassName
{
background-color: #F3AADB;
}
.BgClassName
{
background-color: #F3AADB;
}
</style>
border-color css
<style>
span { border-color: #F3AADB; }
span { border-color: rgb(243,170,219); }
td.TdClassName
{
border-color: #F3AADB;
}
.TagClassName
{
border-color: #F3AADB;
}
</style>