Shades of Lavender Rose #FFADE8
Tints of Lavender Rose #FFADE8
RGB
CMYK
RGB Variations
Color information
#FFADE8 (or 0xFFADE8) is known color: Lavender Rose. HEX triplet: FF, AD and E8. RGB value is (255,173,232). Sum of RGB (Red+Green+Blue) = 255+173+232=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADE8 is #005217. Grayscale: #CCCCCC. Windows color (decimal): -21016 or 15248895. OLE color: 15248895.
HSL color Cylindrical-coordinate representation of color #FFADE8: hue angle of 316.83º 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 #FFADE8 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 232 | - |
| CMYK | 0 | 0.32 | 0.09 | 0 |
| HSL | 316.83º | 1% | 0.84% | - |
| HSV(B) | 316.83º | 0.32% | 1% | - |
| XYZ | 70.75 | 56.97 | 83.61 | - |
| YUV | 204.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 232 | 0 | 0.32 | 0.09 | 0 | 316.83 | 1 | 0.84 |
| Hex | FF | AD | E8 | 0 | 20 | 9 | 0 | 13D | 64 | 54 |
| Octal | 377 | 255 | 350 | 0 | 40 | 11 | 0 | 475 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11101000 | 0 | 100000 | 1001 | 0 | 100111101 | 1100100 | 1010100 |
Color Harmonies of #FFADE8
Complementary color
Monochromatic Colors of #FFADE8
Black with #FFADE8
Text Example
Text Example
White with #FFADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADE8; }
p { color: rgb(255,173,232); }
H1.HeaderClassName
{
color: #FFADE8;
}
.AnyTagClassName
{
color: #FFADE8;
}
</style>
background-color css
<style>
a { background-color: #FFADE8; }
a { background-color: rgb(255,173,232); }
div.DivClassName
{
background-color: #FFADE8;
}
.BgClassName
{
background-color: #FFADE8;
}
</style>
border-color css
<style>
span { border-color: #FFADE8; }
span { border-color: rgb(255,173,232); }
td.TdClassName
{
border-color: #FFADE8;
}
.TagClassName
{
border-color: #FFADE8;
}
</style>