Shades of Lavender Rose #FFADF7
Tints of Lavender Rose #FFADF7
RGB
CMYK
RGB Variations
Color information
#FFADF7 (or 0xFFADF7) is known color: Lavender Rose. HEX triplet: FF, AD and F7. RGB value is (255,173,247). Sum of RGB (Red+Green+Blue) = 255+173+247=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 173 (67.97% from 255 or 25.63% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF7 is #005208. Grayscale: #CDCDCD. Windows color (decimal): -21001 or 16231935. OLE color: 16231935.
HSL color Cylindrical-coordinate representation of color #FFADF7: hue angle of 305.85º 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 #FFADF7 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 247 | - |
| CMYK | 0 | 0.32 | 0.03 | 0 |
| HSL | 305.85º | 1% | 0.84% | - |
| HSV(B) | 305.85º | 0.32% | 1% | - |
| XYZ | 72.97 | 57.86 | 95.32 | - |
| YUV | 205.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 247 | 0 | 0.32 | 0.03 | 0 | 305.85 | 1 | 0.84 |
| Hex | FF | AD | F7 | 0 | 20 | 3 | 0 | 132 | 64 | 54 |
| Octal | 377 | 255 | 367 | 0 | 40 | 3 | 0 | 462 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11110111 | 0 | 100000 | 11 | 0 | 100110010 | 1100100 | 1010100 |
Color Harmonies of #FFADF7
Complementary color
Monochromatic Colors of #FFADF7
Black with #FFADF7
Text Example
Text Example
White with #FFADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADF7; }
p { color: rgb(255,173,247); }
H1.HeaderClassName
{
color: #FFADF7;
}
.AnyTagClassName
{
color: #FFADF7;
}
</style>
background-color css
<style>
a { background-color: #FFADF7; }
a { background-color: rgb(255,173,247); }
div.DivClassName
{
background-color: #FFADF7;
}
.BgClassName
{
background-color: #FFADF7;
}
</style>
border-color css
<style>
span { border-color: #FFADF7; }
span { border-color: rgb(255,173,247); }
td.TdClassName
{
border-color: #FFADF7;
}
.TagClassName
{
border-color: #FFADF7;
}
</style>