Shades of Lavender Rose #FFADF3
Tints of Lavender Rose #FFADF3
RGB
CMYK
RGB Variations
Color information
#FFADF3 (or 0xFFADF3) is known color: Lavender Rose. HEX triplet: FF, AD and F3. RGB value is (255,173,243). Sum of RGB (Red+Green+Blue) = 255+173+243=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 173 (67.97% from 255 or 25.78% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF3 is #00520C. Grayscale: #CDCDCD. Windows color (decimal): -21005 or 15969791. OLE color: 15969791.
HSL color Cylindrical-coordinate representation of color #FFADF3: hue angle of 308.78º 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 #FFADF3 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 243 | - |
| CMYK | 0 | 0.32 | 0.05 | 0 |
| HSL | 308.78º | 1% | 0.84% | - |
| HSV(B) | 308.78º | 0.32% | 1% | - |
| XYZ | 72.36 | 57.62 | 92.1 | - |
| YUV | 205.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 243 | 0 | 0.32 | 0.05 | 0 | 308.78 | 1 | 0.84 |
| Hex | FF | AD | F3 | 0 | 20 | 5 | 0 | 135 | 64 | 54 |
| Octal | 377 | 255 | 363 | 0 | 40 | 5 | 0 | 465 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11110011 | 0 | 100000 | 101 | 0 | 100110101 | 1100100 | 1010100 |
Color Harmonies of #FFADF3
Complementary color
Monochromatic Colors of #FFADF3
Black with #FFADF3
Text Example
Text Example
White with #FFADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADF3; }
p { color: rgb(255,173,243); }
H1.HeaderClassName
{
color: #FFADF3;
}
.AnyTagClassName
{
color: #FFADF3;
}
</style>
background-color css
<style>
a { background-color: #FFADF3; }
a { background-color: rgb(255,173,243); }
div.DivClassName
{
background-color: #FFADF3;
}
.BgClassName
{
background-color: #FFADF3;
}
</style>
border-color css
<style>
span { border-color: #FFADF3; }
span { border-color: rgb(255,173,243); }
td.TdClassName
{
border-color: #FFADF3;
}
.TagClassName
{
border-color: #FFADF3;
}
</style>