Shades of Lavender Rose #FFADE1
Tints of Lavender Rose #FFADE1
RGB
CMYK
RGB Variations
Color information
#FFADE1 (or 0xFFADE1) is known color: Lavender Rose. HEX triplet: FF, AD and E1. RGB value is (255,173,225). Sum of RGB (Red+Green+Blue) = 255+173+225=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADE1 is #00521E. Grayscale: #CBCBCB. Windows color (decimal): -21023 or 14790143. OLE color: 14790143.
HSL color Cylindrical-coordinate representation of color #FFADE1: hue angle of 321.95º 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 #FFADE1 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 225 | - |
| CMYK | 0 | 0.32 | 0.12 | 0 |
| HSL | 321.95º | 1% | 0.84% | - |
| HSV(B) | 321.95º | 0.32% | 1% | - |
| XYZ | 69.77 | 56.58 | 78.48 | - |
| YUV | 203.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 225 | 0 | 0.32 | 0.12 | 0 | 321.95 | 1 | 0.84 |
| Hex | FF | AD | E1 | 0 | 20 | C | 0 | 142 | 64 | 54 |
| Octal | 377 | 255 | 341 | 0 | 40 | 14 | 0 | 502 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11100001 | 0 | 100000 | 1100 | 0 | 101000010 | 1100100 | 1010100 |
Color Harmonies of #FFADE1
Complementary color
Monochromatic Colors of #FFADE1
Black with #FFADE1
Text Example
Text Example
White with #FFADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADE1; }
p { color: rgb(255,173,225); }
H1.HeaderClassName
{
color: #FFADE1;
}
.AnyTagClassName
{
color: #FFADE1;
}
</style>
background-color css
<style>
a { background-color: #FFADE1; }
a { background-color: rgb(255,173,225); }
div.DivClassName
{
background-color: #FFADE1;
}
.BgClassName
{
background-color: #FFADE1;
}
</style>
border-color css
<style>
span { border-color: #FFADE1; }
span { border-color: rgb(255,173,225); }
td.TdClassName
{
border-color: #FFADE1;
}
.TagClassName
{
border-color: #FFADE1;
}
</style>