Shades of Lavender Rose #FFA0DF
Tints of Lavender Rose #FFA0DF
RGB
CMYK
RGB Variations
Color information
#FFA0DF (or 0xFFA0DF) is known color: Lavender Rose. HEX triplet: FF, A0 and DF. RGB value is (255,160,223). Sum of RGB (Red+Green+Blue) = 255+160+223=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 160 (62.89% from 255 or 25.08% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0DF is #005F20. Grayscale: #C3C3C3. Windows color (decimal): -24353 or 14655743. OLE color: 14655743.
HSL color Cylindrical-coordinate representation of color #FFA0DF: hue angle of 320.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0DF is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 223 | - |
| CMYK | 0 | 0.37 | 0.13 | 0 |
| HSL | 320.21º | 1% | 0.81% | - |
| HSV(B) | 320.21º | 0.37% | 1% | - |
| XYZ | 67.13 | 51.73 | 76.26 | - |
| YUV | 195.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 223 | 0 | 0.37 | 0.13 | 0 | 320.21 | 1 | 0.81 |
| Hex | FF | A0 | DF | 0 | 25 | D | 0 | 140 | 64 | 51 |
| Octal | 377 | 240 | 337 | 0 | 45 | 15 | 0 | 500 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11011111 | 0 | 100101 | 1101 | 0 | 101000000 | 1100100 | 1010001 |
Color Harmonies of #FFA0DF
Complementary color
Monochromatic Colors of #FFA0DF
Black with #FFA0DF
Text Example
Text Example
White with #FFA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0DF; }
p { color: rgb(255,160,223); }
H1.HeaderClassName
{
color: #FFA0DF;
}
.AnyTagClassName
{
color: #FFA0DF;
}
</style>
background-color css
<style>
a { background-color: #FFA0DF; }
a { background-color: rgb(255,160,223); }
div.DivClassName
{
background-color: #FFA0DF;
}
.BgClassName
{
background-color: #FFA0DF;
}
</style>
border-color css
<style>
span { border-color: #FFA0DF; }
span { border-color: rgb(255,160,223); }
td.TdClassName
{
border-color: #FFA0DF;
}
.TagClassName
{
border-color: #FFA0DF;
}
</style>