Shades of Lavender Rose #FFADFF
Tints of Lavender Rose #FFADFF
RGB
CMYK
RGB Variations
Color information
#FFADFF (or 0xFFADFF) is known color: Lavender Rose. HEX triplet: FF, AD and FF. RGB value is (255,173,255). Sum of RGB (Red+Green+Blue) = 255+173+255=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 173 (67.97% from 255 or 25.33% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADFF is #005200. Grayscale: #CECECE. Windows color (decimal): -20993 or 16756223. OLE color: 16756223.
HSL color Cylindrical-coordinate representation of color #FFADFF: hue angle of 300º 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 #FFADFF is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 255 | - |
| CMYK | 0 | 0.32 | 0 | 0 |
| HSL | 300º | 1% | 0.84% | - |
| HSV(B) | 300º | 0.32% | 1% | - |
| XYZ | 74.23 | 58.37 | 101.96 | - |
| YUV | 206.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 255 | 0 | 0.32 | 0 | 0 | 300 | 1 | 0.84 |
| Hex | FF | AD | FF | 0 | 20 | 0 | 0 | 12C | 64 | 54 |
| Octal | 377 | 255 | 377 | 0 | 40 | 0 | 0 | 454 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11111111 | 0 | 100000 | 0 | 0 | 100101100 | 1100100 | 1010100 |
Color Harmonies of #FFADFF
Complementary color
Monochromatic Colors of #FFADFF
Black with #FFADFF
Text Example
Text Example
White with #FFADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADFF; }
p { color: rgb(255,173,255); }
H1.HeaderClassName
{
color: #FFADFF;
}
.AnyTagClassName
{
color: #FFADFF;
}
</style>
background-color css
<style>
a { background-color: #FFADFF; }
a { background-color: rgb(255,173,255); }
div.DivClassName
{
background-color: #FFADFF;
}
.BgClassName
{
background-color: #FFADFF;
}
</style>
border-color css
<style>
span { border-color: #FFADFF; }
span { border-color: rgb(255,173,255); }
td.TdClassName
{
border-color: #FFADFF;
}
.TagClassName
{
border-color: #FFADFF;
}
</style>