Shades of Lavender Rose #FFADEF
Tints of Lavender Rose #FFADEF
RGB
CMYK
RGB Variations
Color information
#FFADEF (or 0xFFADEF) is known color: Lavender Rose. HEX triplet: FF, AD and EF. RGB value is (255,173,239). Sum of RGB (Red+Green+Blue) = 255+173+239=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 173 (67.97% from 255 or 25.94% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADEF is #005210. Grayscale: #CCCCCC. Windows color (decimal): -21009 or 15707647. OLE color: 15707647.
HSL color Cylindrical-coordinate representation of color #FFADEF: hue angle of 311.71º 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 #FFADEF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 239 | - |
| CMYK | 0 | 0.32 | 0.06 | 0 |
| HSL | 311.71º | 1% | 0.84% | - |
| HSV(B) | 311.71º | 0.32% | 1% | - |
| XYZ | 71.76 | 57.38 | 88.95 | - |
| YUV | 205.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 239 | 0 | 0.32 | 0.06 | 0 | 311.71 | 1 | 0.84 |
| Hex | FF | AD | EF | 0 | 20 | 6 | 0 | 138 | 64 | 54 |
| Octal | 377 | 255 | 357 | 0 | 40 | 6 | 0 | 470 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11101111 | 0 | 100000 | 110 | 0 | 100111000 | 1100100 | 1010100 |
Color Harmonies of #FFADEF
Complementary color
Monochromatic Colors of #FFADEF
Black with #FFADEF
Text Example
Text Example
White with #FFADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADEF; }
p { color: rgb(255,173,239); }
H1.HeaderClassName
{
color: #FFADEF;
}
.AnyTagClassName
{
color: #FFADEF;
}
</style>
background-color css
<style>
a { background-color: #FFADEF; }
a { background-color: rgb(255,173,239); }
div.DivClassName
{
background-color: #FFADEF;
}
.BgClassName
{
background-color: #FFADEF;
}
</style>
border-color css
<style>
span { border-color: #FFADEF; }
span { border-color: rgb(255,173,239); }
td.TdClassName
{
border-color: #FFADEF;
}
.TagClassName
{
border-color: #FFADEF;
}
</style>