Shades of Lavender Rose #FFADF4
Tints of Lavender Rose #FFADF4
RGB
CMYK
RGB Variations
Color information
#FFADF4 (or 0xFFADF4) is known color: Lavender Rose. HEX triplet: FF, AD and F4. RGB value is (255,173,244). Sum of RGB (Red+Green+Blue) = 255+173+244=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF4 is #00520B. Grayscale: #CDCDCD. Windows color (decimal): -21004 or 16035327. OLE color: 16035327.
HSL color Cylindrical-coordinate representation of color #FFADF4: hue angle of 308.05º 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 #FFADF4 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 244 | - |
| CMYK | 0 | 0.32 | 0.04 | 0 |
| HSL | 308.05º | 1% | 0.84% | - |
| HSV(B) | 308.05º | 0.32% | 1% | - |
| XYZ | 72.51 | 57.68 | 92.9 | - |
| YUV | 205.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 244 | 0 | 0.32 | 0.04 | 0 | 308.05 | 1 | 0.84 |
| Hex | FF | AD | F4 | 0 | 20 | 4 | 0 | 134 | 64 | 54 |
| Octal | 377 | 255 | 364 | 0 | 40 | 4 | 0 | 464 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11110100 | 0 | 100000 | 100 | 0 | 100110100 | 1100100 | 1010100 |
Color Harmonies of #FFADF4
Complementary color
Monochromatic Colors of #FFADF4
Black with #FFADF4
Text Example
Text Example
White with #FFADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADF4; }
p { color: rgb(255,173,244); }
H1.HeaderClassName
{
color: #FFADF4;
}
.AnyTagClassName
{
color: #FFADF4;
}
</style>
background-color css
<style>
a { background-color: #FFADF4; }
a { background-color: rgb(255,173,244); }
div.DivClassName
{
background-color: #FFADF4;
}
.BgClassName
{
background-color: #FFADF4;
}
</style>
border-color css
<style>
span { border-color: #FFADF4; }
span { border-color: rgb(255,173,244); }
td.TdClassName
{
border-color: #FFADF4;
}
.TagClassName
{
border-color: #FFADF4;
}
</style>