Shades of Lavender Rose #F8ADE5
Tints of Lavender Rose #F8ADE5
RGB
CMYK
RGB Variations
Color information
#F8ADE5 (or 0xF8ADE5) is known color: Lavender Rose. HEX triplet: F8, AD and E5. RGB value is (248,173,229). Sum of RGB (Red+Green+Blue) = 248+173+229=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADE5 is #07521A. Grayscale: #C9C9C9. Windows color (decimal): -479771 or 15052280. OLE color: 15052280.
HSL color Cylindrical-coordinate representation of color #F8ADE5: hue angle of 315.2º 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 #F8ADE5 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 229 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.03 |
| HSL | 315.2º | 0.84% | 0.83% | - |
| HSV(B) | 315.2º | 0.3% | 0.97% | - |
| XYZ | 67.8 | 55.5 | 81.27 | - |
| YUV | 201.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 229 | 0 | 0.30 | 0.08 | 0.03 | 315.2 | 0.84 | 0.83 |
| Hex | F8 | AD | E5 | 0 | 1E | 8 | 3 | 13B | 54 | 53 |
| Octal | 370 | 255 | 345 | 0 | 36 | 10 | 3 | 473 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11100101 | 0 | 11110 | 1000 | 11 | 100111011 | 1010100 | 1010011 |
Color Harmonies of #F8ADE5
Complementary color
Monochromatic Colors of #F8ADE5
Black with #F8ADE5
Text Example
Text Example
White with #F8ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADE5; }
p { color: rgb(248,173,229); }
H1.HeaderClassName
{
color: #F8ADE5;
}
.AnyTagClassName
{
color: #F8ADE5;
}
</style>
background-color css
<style>
a { background-color: #F8ADE5; }
a { background-color: rgb(248,173,229); }
div.DivClassName
{
background-color: #F8ADE5;
}
.BgClassName
{
background-color: #F8ADE5;
}
</style>
border-color css
<style>
span { border-color: #F8ADE5; }
span { border-color: rgb(248,173,229); }
td.TdClassName
{
border-color: #F8ADE5;
}
.TagClassName
{
border-color: #F8ADE5;
}
</style>