Shades of Lavender Rose #FFADE2
Tints of Lavender Rose #FFADE2
RGB
CMYK
RGB Variations
Color information
#FFADE2 (or 0xFFADE2) is known color: Lavender Rose. HEX triplet: FF, AD and E2. RGB value is (255,173,226). Sum of RGB (Red+Green+Blue) = 255+173+226=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADE2 is #00521D. Grayscale: #CBCBCB. Windows color (decimal): -21022 or 14855679. OLE color: 14855679.
HSL color Cylindrical-coordinate representation of color #FFADE2: hue angle of 321.22º 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 #FFADE2 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 173 | 226 | - |
CMYK | 0 | 0.32 | 0.11 | 0 |
HSL | 321.22º | 1% | 0.84% | - |
HSV(B) | 321.22º | 0.32% | 1% | - |
XYZ | 69.91 | 56.64 | 79.2 | - |
YUV | 203.56 | 140.67 | 164.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 173 | 226 | 0 | 0.32 | 0.11 | 0 | 321.22 | 1 | 0.84 |
Hex | FF | AD | E2 | 0 | 20 | B | 0 | 141 | 64 | 54 |
Octal | 377 | 255 | 342 | 0 | 40 | 13 | 0 | 501 | 144 | 124 |
Binary | 11111111 | 10101101 | 11100010 | 0 | 100000 | 1011 | 0 | 101000001 | 1100100 | 1010100 |
Color Harmonies of #FFADE2
Complementary color
Monochromatic Colors of #FFADE2
Black with #FFADE2
Text Example
Text Example
White with #FFADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADE2; }
p { color: rgb(255,173,226); }
H1.HeaderClassName
{
color: #FFADE2;
}
.AnyTagClassName
{
color: #FFADE2;
}
</style>
background-color css
<style>
a { background-color: #FFADE2; }
a { background-color: rgb(255,173,226); }
div.DivClassName
{
background-color: #FFADE2;
}
.BgClassName
{
background-color: #FFADE2;
}
</style>
border-color css
<style>
span { border-color: #FFADE2; }
span { border-color: rgb(255,173,226); }
td.TdClassName
{
border-color: #FFADE2;
}
.TagClassName
{
border-color: #FFADE2;
}
</style>