Shades of Lavender Rose #FFADF2
Tints of Lavender Rose #FFADF2
RGB
CMYK
RGB Variations
Color information
#FFADF2 (or 0xFFADF2) is known color: Lavender Rose. HEX triplet: FF, AD and F2. RGB value is (255,173,242). Sum of RGB (Red+Green+Blue) = 255+173+242=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF2 is #00520D. Grayscale: #CDCDCD. Windows color (decimal): -21006 or 15904255. OLE color: 15904255.
HSL color Cylindrical-coordinate representation of color #FFADF2: hue angle of 309.51º 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 #FFADF2 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 242 | - |
| CMYK | 0 | 0.32 | 0.05 | 0 |
| HSL | 309.51º | 1% | 0.84% | - |
| HSV(B) | 309.51º | 0.32% | 1% | - |
| XYZ | 72.21 | 57.56 | 91.31 | - |
| YUV | 205.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 242 | 0 | 0.32 | 0.05 | 0 | 309.51 | 1 | 0.84 |
| Hex | FF | AD | F2 | 0 | 20 | 5 | 0 | 136 | 64 | 54 |
| Octal | 377 | 255 | 362 | 0 | 40 | 5 | 0 | 466 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11110010 | 0 | 100000 | 101 | 0 | 100110110 | 1100100 | 1010100 |
Color Harmonies of #FFADF2
Complementary color
Monochromatic Colors of #FFADF2
Black with #FFADF2
Text Example
Text Example
White with #FFADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADF2; }
p { color: rgb(255,173,242); }
H1.HeaderClassName
{
color: #FFADF2;
}
.AnyTagClassName
{
color: #FFADF2;
}
</style>
background-color css
<style>
a { background-color: #FFADF2; }
a { background-color: rgb(255,173,242); }
div.DivClassName
{
background-color: #FFADF2;
}
.BgClassName
{
background-color: #FFADF2;
}
</style>
border-color css
<style>
span { border-color: #FFADF2; }
span { border-color: rgb(255,173,242); }
td.TdClassName
{
border-color: #FFADF2;
}
.TagClassName
{
border-color: #FFADF2;
}
</style>