Shades of Lavender Rose #FFADF9
Tints of Lavender Rose #FFADF9
RGB
CMYK
RGB Variations
Color information
#FFADF9 (or 0xFFADF9) is known color: Lavender Rose. HEX triplet: FF, AD and F9. RGB value is (255,173,249). Sum of RGB (Red+Green+Blue) = 255+173+249=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 173 (67.97% from 255 or 25.55% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF9 is #005206. Grayscale: #CDCDCD. Windows color (decimal): -20999 or 16363007. OLE color: 16363007.
HSL color Cylindrical-coordinate representation of color #FFADF9: hue angle of 304.39º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADF9 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 249 | - |
| CMYK | 0 | 0.32 | 0.02 | 0 |
| HSL | 304.39º | 1% | 0.84% | - |
| HSV(B) | 304.39º | 0.32% | 1% | - |
| XYZ | 73.28 | 57.99 | 96.95 | - |
| YUV | 206.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 249 | 0 | 0.32 | 0.02 | 0 | 304.39 | 1 | 0.84 |
| Hex | FF | AD | F9 | 0 | 20 | 2 | 0 | 130 | 64 | 54 |
| Octal | 377 | 255 | 371 | 0 | 40 | 2 | 0 | 460 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11111001 | 0 | 100000 | 10 | 0 | 100110000 | 1100100 | 1010100 |
Color Harmonies of #FFADF9
Complementary color
Monochromatic Colors of #FFADF9
Black with #FFADF9
Text Example
Text Example
White with #FFADF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADF9; }
p { color: rgb(255,173,249); }
H1.HeaderClassName
{
color: #FFADF9;
}
.AnyTagClassName
{
color: #FFADF9;
}
</style>
background-color css
<style>
a { background-color: #FFADF9; }
a { background-color: rgb(255,173,249); }
div.DivClassName
{
background-color: #FFADF9;
}
.BgClassName
{
background-color: #FFADF9;
}
</style>
border-color css
<style>
span { border-color: #FFADF9; }
span { border-color: rgb(255,173,249); }
td.TdClassName
{
border-color: #FFADF9;
}
.TagClassName
{
border-color: #FFADF9;
}
</style>