Shades of Lavender Rose #FFADE3
Tints of Lavender Rose #FFADE3
RGB
CMYK
RGB Variations
Color information
#FFADE3 (or 0xFFADE3) is known color: Lavender Rose. HEX triplet: FF, AD and E3. RGB value is (255,173,227). Sum of RGB (Red+Green+Blue) = 255+173+227=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADE3 is #00521C. Grayscale: #CBCBCB. Windows color (decimal): -21021 or 14921215. OLE color: 14921215.
HSL color Cylindrical-coordinate representation of color #FFADE3: hue angle of 320.49º 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 #FFADE3 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 227 | - |
| CMYK | 0 | 0.32 | 0.11 | 0 |
| HSL | 320.49º | 1% | 0.84% | - |
| HSV(B) | 320.49º | 0.32% | 1% | - |
| XYZ | 70.05 | 56.69 | 79.92 | - |
| YUV | 203.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 227 | 0 | 0.32 | 0.11 | 0 | 320.49 | 1 | 0.84 |
| Hex | FF | AD | E3 | 0 | 20 | B | 0 | 140 | 64 | 54 |
| Octal | 377 | 255 | 343 | 0 | 40 | 13 | 0 | 500 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11100011 | 0 | 100000 | 1011 | 0 | 101000000 | 1100100 | 1010100 |
Color Harmonies of #FFADE3
Complementary color
Monochromatic Colors of #FFADE3
Black with #FFADE3
Text Example
Text Example
White with #FFADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADE3; }
p { color: rgb(255,173,227); }
H1.HeaderClassName
{
color: #FFADE3;
}
.AnyTagClassName
{
color: #FFADE3;
}
</style>
background-color css
<style>
a { background-color: #FFADE3; }
a { background-color: rgb(255,173,227); }
div.DivClassName
{
background-color: #FFADE3;
}
.BgClassName
{
background-color: #FFADE3;
}
</style>
border-color css
<style>
span { border-color: #FFADE3; }
span { border-color: rgb(255,173,227); }
td.TdClassName
{
border-color: #FFADE3;
}
.TagClassName
{
border-color: #FFADE3;
}
</style>