Shades of Lavender Rose #FFADDF
Tints of Lavender Rose #FFADDF
RGB
CMYK
RGB Variations
Color information
#FFADDF (or 0xFFADDF) is known color: Lavender Rose. HEX triplet: FF, AD and DF. RGB value is (255,173,223). Sum of RGB (Red+Green+Blue) = 255+173+223=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADDF is #005220. Grayscale: #CBCBCB. Windows color (decimal): -21025 or 14659071. OLE color: 14659071.
HSL color Cylindrical-coordinate representation of color #FFADDF: hue angle of 323.41º 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 #FFADDF is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 223 | - |
| CMYK | 0 | 0.32 | 0.13 | 0 |
| HSL | 323.41º | 1% | 0.84% | - |
| HSV(B) | 323.41º | 0.32% | 1% | - |
| XYZ | 69.5 | 56.47 | 77.05 | - |
| YUV | 203.22 | 139.17 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 223 | 0 | 0.32 | 0.13 | 0 | 323.41 | 1 | 0.84 |
| Hex | FF | AD | DF | 0 | 20 | D | 0 | 143 | 64 | 54 |
| Octal | 377 | 255 | 337 | 0 | 40 | 15 | 0 | 503 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11011111 | 0 | 100000 | 1101 | 0 | 101000011 | 1100100 | 1010100 |
Color Harmonies of #FFADDF
Complementary color
Monochromatic Colors of #FFADDF
Black with #FFADDF
Text Example
Text Example
White with #FFADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADDF; }
p { color: rgb(255,173,223); }
H1.HeaderClassName
{
color: #FFADDF;
}
.AnyTagClassName
{
color: #FFADDF;
}
</style>
background-color css
<style>
a { background-color: #FFADDF; }
a { background-color: rgb(255,173,223); }
div.DivClassName
{
background-color: #FFADDF;
}
.BgClassName
{
background-color: #FFADDF;
}
</style>
border-color css
<style>
span { border-color: #FFADDF; }
span { border-color: rgb(255,173,223); }
td.TdClassName
{
border-color: #FFADDF;
}
.TagClassName
{
border-color: #FFADDF;
}
</style>