Shades of Lavender Rose #FFA2DF
Tints of Lavender Rose #FFA2DF
RGB
CMYK
RGB Variations
Color information
#FFA2DF (or 0xFFA2DF) is known color: Lavender Rose. HEX triplet: FF, A2 and DF. RGB value is (255,162,223). Sum of RGB (Red+Green+Blue) = 255+162+223=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 162 (63.67% from 255 or 25.31% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2DF is #005D20. Grayscale: #C4C4C4. Windows color (decimal): -23841 or 14656255. OLE color: 14656255.
HSL color Cylindrical-coordinate representation of color #FFA2DF: hue angle of 320.65º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2DF is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 223 | - |
| CMYK | 0 | 0.36 | 0.13 | 0 |
| HSL | 320.65º | 1% | 0.82% | - |
| HSV(B) | 320.65º | 0.36% | 1% | - |
| XYZ | 67.48 | 52.43 | 76.38 | - |
| YUV | 196.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 223 | 0 | 0.36 | 0.13 | 0 | 320.65 | 1 | 0.82 |
| Hex | FF | A2 | DF | 0 | 24 | D | 0 | 141 | 64 | 52 |
| Octal | 377 | 242 | 337 | 0 | 44 | 15 | 0 | 501 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11011111 | 0 | 100100 | 1101 | 0 | 101000001 | 1100100 | 1010010 |
Color Harmonies of #FFA2DF
Complementary color
Monochromatic Colors of #FFA2DF
Black with #FFA2DF
Text Example
Text Example
White with #FFA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2DF; }
p { color: rgb(255,162,223); }
H1.HeaderClassName
{
color: #FFA2DF;
}
.AnyTagClassName
{
color: #FFA2DF;
}
</style>
background-color css
<style>
a { background-color: #FFA2DF; }
a { background-color: rgb(255,162,223); }
div.DivClassName
{
background-color: #FFA2DF;
}
.BgClassName
{
background-color: #FFA2DF;
}
</style>
border-color css
<style>
span { border-color: #FFA2DF; }
span { border-color: rgb(255,162,223); }
td.TdClassName
{
border-color: #FFA2DF;
}
.TagClassName
{
border-color: #FFA2DF;
}
</style>