Shades of Lavender Rose #F8ADF5
Tints of Lavender Rose #F8ADF5
RGB
CMYK
RGB Variations
Color information
#F8ADF5 (or 0xF8ADF5) is known color: Lavender Rose. HEX triplet: F8, AD and F5. RGB value is (248,173,245). Sum of RGB (Red+Green+Blue) = 248+173+245=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADF5 is #07520A. Grayscale: #CBCBCB. Windows color (decimal): -479755 or 16100856. OLE color: 16100856.
HSL color Cylindrical-coordinate representation of color #F8ADF5: hue angle of 302.4º 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 #F8ADF5 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 245 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.03 |
| HSL | 302.4º | 0.84% | 0.83% | - |
| HSV(B) | 302.4º | 0.3% | 0.97% | - |
| XYZ | 70.14 | 56.44 | 93.58 | - |
| YUV | 203.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 245 | 0 | 0.30 | 0.01 | 0.03 | 302.4 | 0.84 | 0.83 |
| Hex | F8 | AD | F5 | 0 | 1E | 1 | 3 | 12E | 54 | 53 |
| Octal | 370 | 255 | 365 | 0 | 36 | 1 | 3 | 456 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11110101 | 0 | 11110 | 1 | 11 | 100101110 | 1010100 | 1010011 |
Color Harmonies of #F8ADF5
Complementary color
Monochromatic Colors of #F8ADF5
Black with #F8ADF5
Text Example
Text Example
White with #F8ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADF5; }
p { color: rgb(248,173,245); }
H1.HeaderClassName
{
color: #F8ADF5;
}
.AnyTagClassName
{
color: #F8ADF5;
}
</style>
background-color css
<style>
a { background-color: #F8ADF5; }
a { background-color: rgb(248,173,245); }
div.DivClassName
{
background-color: #F8ADF5;
}
.BgClassName
{
background-color: #F8ADF5;
}
</style>
border-color css
<style>
span { border-color: #F8ADF5; }
span { border-color: rgb(248,173,245); }
td.TdClassName
{
border-color: #F8ADF5;
}
.TagClassName
{
border-color: #F8ADF5;
}
</style>