Shades of Lavender Rose #FFADF6
Tints of Lavender Rose #FFADF6
RGB
CMYK
RGB Variations
Color information
#FFADF6 (or 0xFFADF6) is known color: Lavender Rose. HEX triplet: FF, AD and F6. RGB value is (255,173,246). Sum of RGB (Red+Green+Blue) = 255+173+246=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 173 (67.97% from 255 or 25.67% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF6 is #005209. Grayscale: #CDCDCD. Windows color (decimal): -21002 or 16166399. OLE color: 16166399.
HSL color Cylindrical-coordinate representation of color #FFADF6: hue angle of 306.59º 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 #FFADF6 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 246 | - |
| CMYK | 0 | 0.32 | 0.04 | 0 |
| HSL | 306.59º | 1% | 0.84% | - |
| HSV(B) | 306.59º | 0.32% | 1% | - |
| XYZ | 72.82 | 57.8 | 94.51 | - |
| YUV | 205.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 246 | 0 | 0.32 | 0.04 | 0 | 306.59 | 1 | 0.84 |
| Hex | FF | AD | F6 | 0 | 20 | 4 | 0 | 133 | 64 | 54 |
| Octal | 377 | 255 | 366 | 0 | 40 | 4 | 0 | 463 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11110110 | 0 | 100000 | 100 | 0 | 100110011 | 1100100 | 1010100 |
Color Harmonies of #FFADF6
Complementary color
Monochromatic Colors of #FFADF6
Black with #FFADF6
Text Example
Text Example
White with #FFADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADF6; }
p { color: rgb(255,173,246); }
H1.HeaderClassName
{
color: #FFADF6;
}
.AnyTagClassName
{
color: #FFADF6;
}
</style>
background-color css
<style>
a { background-color: #FFADF6; }
a { background-color: rgb(255,173,246); }
div.DivClassName
{
background-color: #FFADF6;
}
.BgClassName
{
background-color: #FFADF6;
}
</style>
border-color css
<style>
span { border-color: #FFADF6; }
span { border-color: rgb(255,173,246); }
td.TdClassName
{
border-color: #FFADF6;
}
.TagClassName
{
border-color: #FFADF6;
}
</style>