Shades of Lavender Rose #FFADF1
Tints of Lavender Rose #FFADF1
RGB
CMYK
RGB Variations
Color information
#FFADF1 (or 0xFFADF1) is known color: Lavender Rose. HEX triplet: FF, AD and F1. RGB value is (255,173,241). Sum of RGB (Red+Green+Blue) = 255+173+241=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 173 (67.97% from 255 or 25.86% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF1 is #00520E. Grayscale: #CDCDCD. Windows color (decimal): -21007 or 15838719. OLE color: 15838719.
HSL color Cylindrical-coordinate representation of color #FFADF1: hue angle of 310.24º 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 #FFADF1 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 241 | - |
| CMYK | 0 | 0.32 | 0.05 | 0 |
| HSL | 310.24º | 1% | 0.84% | - |
| HSV(B) | 310.24º | 0.32% | 1% | - |
| XYZ | 72.06 | 57.5 | 90.52 | - |
| YUV | 205.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 241 | 0 | 0.32 | 0.05 | 0 | 310.24 | 1 | 0.84 |
| Hex | FF | AD | F1 | 0 | 20 | 5 | 0 | 136 | 64 | 54 |
| Octal | 377 | 255 | 361 | 0 | 40 | 5 | 0 | 466 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11110001 | 0 | 100000 | 101 | 0 | 100110110 | 1100100 | 1010100 |
Color Harmonies of #FFADF1
Complementary color
Monochromatic Colors of #FFADF1
Black with #FFADF1
Text Example
Text Example
White with #FFADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADF1; }
p { color: rgb(255,173,241); }
H1.HeaderClassName
{
color: #FFADF1;
}
.AnyTagClassName
{
color: #FFADF1;
}
</style>
background-color css
<style>
a { background-color: #FFADF1; }
a { background-color: rgb(255,173,241); }
div.DivClassName
{
background-color: #FFADF1;
}
.BgClassName
{
background-color: #FFADF1;
}
</style>
border-color css
<style>
span { border-color: #FFADF1; }
span { border-color: rgb(255,173,241); }
td.TdClassName
{
border-color: #FFADF1;
}
.TagClassName
{
border-color: #FFADF1;
}
</style>