Shades of Lavender Rose #FFADF5
Tints of Lavender Rose #FFADF5
RGB
CMYK
RGB Variations
Color information
#FFADF5 (or 0xFFADF5) is known color: Lavender Rose. HEX triplet: FF, AD and F5. RGB value is (255,173,245). Sum of RGB (Red+Green+Blue) = 255+173+245=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 173 (67.97% from 255 or 25.71% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF5 is #00520A. Grayscale: #CDCDCD. Windows color (decimal): -21003 or 16100863. OLE color: 16100863.
HSL color Cylindrical-coordinate representation of color #FFADF5: hue angle of 307.32º 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 #FFADF5 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 245 | - |
| CMYK | 0 | 0.32 | 0.04 | 0 |
| HSL | 307.32º | 1% | 0.84% | - |
| HSV(B) | 307.32º | 0.32% | 1% | - |
| XYZ | 72.67 | 57.74 | 93.7 | - |
| YUV | 205.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 245 | 0 | 0.32 | 0.04 | 0 | 307.32 | 1 | 0.84 |
| Hex | FF | AD | F5 | 0 | 20 | 4 | 0 | 133 | 64 | 54 |
| Octal | 377 | 255 | 365 | 0 | 40 | 4 | 0 | 463 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11110101 | 0 | 100000 | 100 | 0 | 100110011 | 1100100 | 1010100 |
Color Harmonies of #FFADF5
Complementary color
Monochromatic Colors of #FFADF5
Black with #FFADF5
Text Example
Text Example
White with #FFADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADF5; }
p { color: rgb(255,173,245); }
H1.HeaderClassName
{
color: #FFADF5;
}
.AnyTagClassName
{
color: #FFADF5;
}
</style>
background-color css
<style>
a { background-color: #FFADF5; }
a { background-color: rgb(255,173,245); }
div.DivClassName
{
background-color: #FFADF5;
}
.BgClassName
{
background-color: #FFADF5;
}
</style>
border-color css
<style>
span { border-color: #FFADF5; }
span { border-color: rgb(255,173,245); }
td.TdClassName
{
border-color: #FFADF5;
}
.TagClassName
{
border-color: #FFADF5;
}
</style>