Shades of Lavender Rose #F8ADF2
Tints of Lavender Rose #F8ADF2
RGB
CMYK
RGB Variations
Color information
#F8ADF2 (or 0xF8ADF2) is known color: Lavender Rose. HEX triplet: F8, AD and F2. RGB value is (248,173,242). Sum of RGB (Red+Green+Blue) = 248+173+242=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADF2 is #07520D. Grayscale: #CBCBCB. Windows color (decimal): -479758 or 15904248. OLE color: 15904248.
HSL color Cylindrical-coordinate representation of color #F8ADF2: hue angle of 304.8º 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 #F8ADF2 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 242 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.03 |
| HSL | 304.8º | 0.84% | 0.83% | - |
| HSV(B) | 304.8º | 0.3% | 0.97% | - |
| XYZ | 69.68 | 56.25 | 91.19 | - |
| YUV | 203.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 242 | 0 | 0.30 | 0.02 | 0.03 | 304.8 | 0.84 | 0.83 |
| Hex | F8 | AD | F2 | 0 | 1E | 2 | 3 | 131 | 54 | 53 |
| Octal | 370 | 255 | 362 | 0 | 36 | 2 | 3 | 461 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11110010 | 0 | 11110 | 10 | 11 | 100110001 | 1010100 | 1010011 |
Color Harmonies of #F8ADF2
Complementary color
Monochromatic Colors of #F8ADF2
Black with #F8ADF2
Text Example
Text Example
White with #F8ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADF2; }
p { color: rgb(248,173,242); }
H1.HeaderClassName
{
color: #F8ADF2;
}
.AnyTagClassName
{
color: #F8ADF2;
}
</style>
background-color css
<style>
a { background-color: #F8ADF2; }
a { background-color: rgb(248,173,242); }
div.DivClassName
{
background-color: #F8ADF2;
}
.BgClassName
{
background-color: #F8ADF2;
}
</style>
border-color css
<style>
span { border-color: #F8ADF2; }
span { border-color: rgb(248,173,242); }
td.TdClassName
{
border-color: #F8ADF2;
}
.TagClassName
{
border-color: #F8ADF2;
}
</style>