Shades of Lavender Rose #F8ADDF
Tints of Lavender Rose #F8ADDF
RGB
CMYK
RGB Variations
Color information
#F8ADDF (or 0xF8ADDF) is known color: Lavender Rose. HEX triplet: F8, AD and DF. RGB value is (248,173,223). Sum of RGB (Red+Green+Blue) = 248+173+223=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADDF is #075220. Grayscale: #C8C8C8. Windows color (decimal): -479777 or 14659064. OLE color: 14659064.
HSL color Cylindrical-coordinate representation of color #F8ADDF: hue angle of 320º 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 #F8ADDF is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 223 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.03 |
| HSL | 320º | 0.84% | 0.83% | - |
| HSV(B) | 320º | 0.3% | 0.97% | - |
| XYZ | 66.97 | 55.17 | 76.93 | - |
| YUV | 201.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 223 | 0 | 0.30 | 0.10 | 0.03 | 320 | 0.84 | 0.83 |
| Hex | F8 | AD | DF | 0 | 1E | A | 3 | 140 | 54 | 53 |
| Octal | 370 | 255 | 337 | 0 | 36 | 12 | 3 | 500 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11011111 | 0 | 11110 | 1010 | 11 | 101000000 | 1010100 | 1010011 |
Color Harmonies of #F8ADDF
Complementary color
Monochromatic Colors of #F8ADDF
Black with #F8ADDF
Text Example
Text Example
White with #F8ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADDF; }
p { color: rgb(248,173,223); }
H1.HeaderClassName
{
color: #F8ADDF;
}
.AnyTagClassName
{
color: #F8ADDF;
}
</style>
background-color css
<style>
a { background-color: #F8ADDF; }
a { background-color: rgb(248,173,223); }
div.DivClassName
{
background-color: #F8ADDF;
}
.BgClassName
{
background-color: #F8ADDF;
}
</style>
border-color css
<style>
span { border-color: #F8ADDF; }
span { border-color: rgb(248,173,223); }
td.TdClassName
{
border-color: #F8ADDF;
}
.TagClassName
{
border-color: #F8ADDF;
}
</style>