Shades of Lavender Rose #F9ADE8
Tints of Lavender Rose #F9ADE8
RGB
CMYK
RGB Variations
Color information
#F9ADE8 (or 0xF9ADE8) is known color: Lavender Rose. HEX triplet: F9, AD and E8. RGB value is (249,173,232). Sum of RGB (Red+Green+Blue) = 249+173+232=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ADE8 is #065217. Grayscale: #CACACA. Windows color (decimal): -414232 or 15248889. OLE color: 15248889.
HSL color Cylindrical-coordinate representation of color #F9ADE8: hue angle of 313.42º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADE8 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 232 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.02 |
| HSL | 313.42º | 0.86% | 0.83% | - |
| HSV(B) | 313.42º | 0.31% | 0.98% | - |
| XYZ | 68.58 | 55.85 | 83.51 | - |
| YUV | 202.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 232 | 0 | 0.31 | 0.07 | 0.02 | 313.42 | 0.86 | 0.83 |
| Hex | F9 | AD | E8 | 0 | 1F | 7 | 2 | 139 | 56 | 53 |
| Octal | 371 | 255 | 350 | 0 | 37 | 7 | 2 | 471 | 126 | 123 |
| Binary | 11111001 | 10101101 | 11101000 | 0 | 11111 | 111 | 10 | 100111001 | 1010110 | 1010011 |
Color Harmonies of #F9ADE8
Complementary color
Monochromatic Colors of #F9ADE8
Black with #F9ADE8
Text Example
Text Example
White with #F9ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADE8; }
p { color: rgb(249,173,232); }
H1.HeaderClassName
{
color: #F9ADE8;
}
.AnyTagClassName
{
color: #F9ADE8;
}
</style>
background-color css
<style>
a { background-color: #F9ADE8; }
a { background-color: rgb(249,173,232); }
div.DivClassName
{
background-color: #F9ADE8;
}
.BgClassName
{
background-color: #F9ADE8;
}
</style>
border-color css
<style>
span { border-color: #F9ADE8; }
span { border-color: rgb(249,173,232); }
td.TdClassName
{
border-color: #F9ADE8;
}
.TagClassName
{
border-color: #F9ADE8;
}
</style>