Shades of Lavender Rose #F8ADDD
Tints of Lavender Rose #F8ADDD
RGB
CMYK
RGB Variations
Color information
#F8ADDD (or 0xF8ADDD) is known color: Lavender Rose. HEX triplet: F8, AD and DD. RGB value is (248,173,221). Sum of RGB (Red+Green+Blue) = 248+173+221=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADDD is #075222. Grayscale: #C8C8C8. Windows color (decimal): -479779 or 14527992. OLE color: 14527992.
HSL color Cylindrical-coordinate representation of color #F8ADDD: hue angle of 321.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8ADDD is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 221 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.03 |
| HSL | 321.6º | 0.84% | 0.83% | - |
| HSV(B) | 321.6º | 0.3% | 0.97% | - |
| XYZ | 66.71 | 55.06 | 75.52 | - |
| YUV | 200.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 221 | 0 | 0.30 | 0.11 | 0.03 | 321.6 | 0.84 | 0.83 |
| Hex | F8 | AD | DD | 0 | 1E | B | 3 | 142 | 54 | 53 |
| Octal | 370 | 255 | 335 | 0 | 36 | 13 | 3 | 502 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11011101 | 0 | 11110 | 1011 | 11 | 101000010 | 1010100 | 1010011 |
Color Harmonies of #F8ADDD
Complementary color
Monochromatic Colors of #F8ADDD
Black with #F8ADDD
Text Example
Text Example
White with #F8ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADDD; }
p { color: rgb(248,173,221); }
H1.HeaderClassName
{
color: #F8ADDD;
}
.AnyTagClassName
{
color: #F8ADDD;
}
</style>
background-color css
<style>
a { background-color: #F8ADDD; }
a { background-color: rgb(248,173,221); }
div.DivClassName
{
background-color: #F8ADDD;
}
.BgClassName
{
background-color: #F8ADDD;
}
</style>
border-color css
<style>
span { border-color: #F8ADDD; }
span { border-color: rgb(248,173,221); }
td.TdClassName
{
border-color: #F8ADDD;
}
.TagClassName
{
border-color: #F8ADDD;
}
</style>