Shades of Lavender Rose #F8ADE4
Tints of Lavender Rose #F8ADE4
RGB
CMYK
RGB Variations
Color information
#F8ADE4 (or 0xF8ADE4) is known color: Lavender Rose. HEX triplet: F8, AD and E4. RGB value is (248,173,228). Sum of RGB (Red+Green+Blue) = 248+173+228=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADE4 is #07521B. Grayscale: #C9C9C9. Windows color (decimal): -479772 or 14986744. OLE color: 14986744.
HSL color Cylindrical-coordinate representation of color #F8ADE4: hue angle of 316º 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 #F8ADE4 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 228 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.03 |
| HSL | 316º | 0.84% | 0.83% | - |
| HSV(B) | 316º | 0.3% | 0.97% | - |
| XYZ | 67.66 | 55.45 | 80.53 | - |
| YUV | 201.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 228 | 0 | 0.30 | 0.08 | 0.03 | 316 | 0.84 | 0.83 |
| Hex | F8 | AD | E4 | 0 | 1E | 8 | 3 | 13C | 54 | 53 |
| Octal | 370 | 255 | 344 | 0 | 36 | 10 | 3 | 474 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11100100 | 0 | 11110 | 1000 | 11 | 100111100 | 1010100 | 1010011 |
Color Harmonies of #F8ADE4
Complementary color
Monochromatic Colors of #F8ADE4
Black with #F8ADE4
Text Example
Text Example
White with #F8ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADE4; }
p { color: rgb(248,173,228); }
H1.HeaderClassName
{
color: #F8ADE4;
}
.AnyTagClassName
{
color: #F8ADE4;
}
</style>
background-color css
<style>
a { background-color: #F8ADE4; }
a { background-color: rgb(248,173,228); }
div.DivClassName
{
background-color: #F8ADE4;
}
.BgClassName
{
background-color: #F8ADE4;
}
</style>
border-color css
<style>
span { border-color: #F8ADE4; }
span { border-color: rgb(248,173,228); }
td.TdClassName
{
border-color: #F8ADE4;
}
.TagClassName
{
border-color: #F8ADE4;
}
</style>