Shades of Lavender Rose #FFADFA
Tints of Lavender Rose #FFADFA
RGB
CMYK
RGB Variations
Color information
#FFADFA (or 0xFFADFA) is known color: Lavender Rose. HEX triplet: FF, AD and FA. RGB value is (255,173,250). Sum of RGB (Red+Green+Blue) = 255+173+250=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 173 (67.97% from 255 or 25.52% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADFA is #005205. Grayscale: #CECECE. Windows color (decimal): -20998 or 16428543. OLE color: 16428543.
HSL color Cylindrical-coordinate representation of color #FFADFA: hue angle of 303.66º 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 #FFADFA is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 250 | - |
| CMYK | 0 | 0.32 | 0.02 | 0 |
| HSL | 303.66º | 1% | 0.84% | - |
| HSV(B) | 303.66º | 0.32% | 1% | - |
| XYZ | 73.44 | 58.05 | 97.78 | - |
| YUV | 206.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 250 | 0 | 0.32 | 0.02 | 0 | 303.66 | 1 | 0.84 |
| Hex | FF | AD | FA | 0 | 20 | 2 | 0 | 130 | 64 | 54 |
| Octal | 377 | 255 | 372 | 0 | 40 | 2 | 0 | 460 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11111010 | 0 | 100000 | 10 | 0 | 100110000 | 1100100 | 1010100 |
Color Harmonies of #FFADFA
Complementary color
Monochromatic Colors of #FFADFA
Black with #FFADFA
Text Example
Text Example
White with #FFADFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADFA; }
p { color: rgb(255,173,250); }
H1.HeaderClassName
{
color: #FFADFA;
}
.AnyTagClassName
{
color: #FFADFA;
}
</style>
background-color css
<style>
a { background-color: #FFADFA; }
a { background-color: rgb(255,173,250); }
div.DivClassName
{
background-color: #FFADFA;
}
.BgClassName
{
background-color: #FFADFA;
}
</style>
border-color css
<style>
span { border-color: #FFADFA; }
span { border-color: rgb(255,173,250); }
td.TdClassName
{
border-color: #FFADFA;
}
.TagClassName
{
border-color: #FFADFA;
}
</style>