Shades of Lavender Rose #F8ADDE
Tints of Lavender Rose #F8ADDE
RGB
CMYK
RGB Variations
Color information
#F8ADDE (or 0xF8ADDE) is known color: Lavender Rose. HEX triplet: F8, AD and DE. RGB value is (248,173,222). Sum of RGB (Red+Green+Blue) = 248+173+222=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADDE is #075221. Grayscale: #C8C8C8. Windows color (decimal): -479778 or 14593528. OLE color: 14593528.
HSL color Cylindrical-coordinate representation of color #F8ADDE: hue angle of 320.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 #F8ADDE is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 222 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.03 |
| HSL | 320.8º | 0.84% | 0.83% | - |
| HSV(B) | 320.8º | 0.3% | 0.97% | - |
| XYZ | 66.84 | 55.12 | 76.22 | - |
| YUV | 201.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 222 | 0 | 0.30 | 0.10 | 0.03 | 320.8 | 0.84 | 0.83 |
| Hex | F8 | AD | DE | 0 | 1E | A | 3 | 141 | 54 | 53 |
| Octal | 370 | 255 | 336 | 0 | 36 | 12 | 3 | 501 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11011110 | 0 | 11110 | 1010 | 11 | 101000001 | 1010100 | 1010011 |
Color Harmonies of #F8ADDE
Complementary color
Monochromatic Colors of #F8ADDE
Black with #F8ADDE
Text Example
Text Example
White with #F8ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADDE; }
p { color: rgb(248,173,222); }
H1.HeaderClassName
{
color: #F8ADDE;
}
.AnyTagClassName
{
color: #F8ADDE;
}
</style>
background-color css
<style>
a { background-color: #F8ADDE; }
a { background-color: rgb(248,173,222); }
div.DivClassName
{
background-color: #F8ADDE;
}
.BgClassName
{
background-color: #F8ADDE;
}
</style>
border-color css
<style>
span { border-color: #F8ADDE; }
span { border-color: rgb(248,173,222); }
td.TdClassName
{
border-color: #F8ADDE;
}
.TagClassName
{
border-color: #F8ADDE;
}
</style>