Shades of Lavender Rose #F8AADB
Tints of Lavender Rose #F8AADB
RGB
CMYK
RGB Variations
Color information
#F8AADB (or 0xF8AADB) is known color: Lavender Rose. HEX triplet: F8, AA and DB. RGB value is (248,170,219). Sum of RGB (Red+Green+Blue) = 248+170+219=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AADB is #075524. Grayscale: #C6C6C6. Windows color (decimal): -480549 or 14396152. OLE color: 14396152.
HSL color Cylindrical-coordinate representation of color #F8AADB: hue angle of 322.31º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8AADB is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 219 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.03 |
| HSL | 322.31º | 0.85% | 0.82% | - |
| HSV(B) | 322.31º | 0.31% | 0.97% | - |
| XYZ | 65.87 | 53.82 | 73.93 | - |
| YUV | 198.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 219 | 0 | 0.31 | 0.12 | 0.03 | 322.31 | 0.85 | 0.82 |
| Hex | F8 | AA | DB | 0 | 1F | C | 3 | 142 | 55 | 52 |
| Octal | 370 | 252 | 333 | 0 | 37 | 14 | 3 | 502 | 125 | 122 |
| Binary | 11111000 | 10101010 | 11011011 | 0 | 11111 | 1100 | 11 | 101000010 | 1010101 | 1010010 |
Color Harmonies of #F8AADB
Complementary color
Monochromatic Colors of #F8AADB
Black with #F8AADB
Text Example
Text Example
White with #F8AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AADB; }
p { color: rgb(248,170,219); }
H1.HeaderClassName
{
color: #F8AADB;
}
.AnyTagClassName
{
color: #F8AADB;
}
</style>
background-color css
<style>
a { background-color: #F8AADB; }
a { background-color: rgb(248,170,219); }
div.DivClassName
{
background-color: #F8AADB;
}
.BgClassName
{
background-color: #F8AADB;
}
</style>
border-color css
<style>
span { border-color: #F8AADB; }
span { border-color: rgb(248,170,219); }
td.TdClassName
{
border-color: #F8AADB;
}
.TagClassName
{
border-color: #F8AADB;
}
</style>