Shades of Lavender Rose #FFADFD
Tints of Lavender Rose #FFADFD
RGB
CMYK
RGB Variations
Color information
#FFADFD (or 0xFFADFD) is known color: Lavender Rose. HEX triplet: FF, AD and FD. RGB value is (255,173,253). Sum of RGB (Red+Green+Blue) = 255+173+253=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 173 (67.97% from 255 or 25.40% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADFD is #005202. Grayscale: #CECECE. Windows color (decimal): -20995 or 16625151. OLE color: 16625151.
HSL color Cylindrical-coordinate representation of color #FFADFD: hue angle of 301.46º 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 #FFADFD is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 253 | - |
| CMYK | 0 | 0.32 | 0.01 | 0 |
| HSL | 301.46º | 1% | 0.84% | - |
| HSV(B) | 301.46º | 0.32% | 1% | - |
| XYZ | 73.91 | 58.24 | 100.27 | - |
| YUV | 206.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 253 | 0 | 0.32 | 0.01 | 0 | 301.46 | 1 | 0.84 |
| Hex | FF | AD | FD | 0 | 20 | 1 | 0 | 12D | 64 | 54 |
| Octal | 377 | 255 | 375 | 0 | 40 | 1 | 0 | 455 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11111101 | 0 | 100000 | 1 | 0 | 100101101 | 1100100 | 1010100 |
Color Harmonies of #FFADFD
Complementary color
Monochromatic Colors of #FFADFD
Black with #FFADFD
Text Example
Text Example
White with #FFADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADFD; }
p { color: rgb(255,173,253); }
H1.HeaderClassName
{
color: #FFADFD;
}
.AnyTagClassName
{
color: #FFADFD;
}
</style>
background-color css
<style>
a { background-color: #FFADFD; }
a { background-color: rgb(255,173,253); }
div.DivClassName
{
background-color: #FFADFD;
}
.BgClassName
{
background-color: #FFADFD;
}
</style>
border-color css
<style>
span { border-color: #FFADFD; }
span { border-color: rgb(255,173,253); }
td.TdClassName
{
border-color: #FFADFD;
}
.TagClassName
{
border-color: #FFADFD;
}
</style>