Shades of Lavender Rose #FFA8DF
Tints of Lavender Rose #FFA8DF
RGB
CMYK
RGB Variations
Color information
#FFA8DF (or 0xFFA8DF) is known color: Lavender Rose. HEX triplet: FF, A8 and DF. RGB value is (255,168,223). Sum of RGB (Red+Green+Blue) = 255+168+223=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 168 (66.02% from 255 or 26.01% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8DF is #005720. Grayscale: #C8C8C8. Windows color (decimal): -22305 or 14657791. OLE color: 14657791.
HSL color Cylindrical-coordinate representation of color #FFA8DF: hue angle of 322.07º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8DF is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 223 | - |
| CMYK | 0 | 0.34 | 0.13 | 0 |
| HSL | 322.07º | 1% | 0.83% | - |
| HSV(B) | 322.07º | 0.34% | 1% | - |
| XYZ | 68.56 | 54.59 | 76.74 | - |
| YUV | 200.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 223 | 0 | 0.34 | 0.13 | 0 | 322.07 | 1 | 0.83 |
| Hex | FF | A8 | DF | 0 | 22 | D | 0 | 142 | 64 | 53 |
| Octal | 377 | 250 | 337 | 0 | 42 | 15 | 0 | 502 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11011111 | 0 | 100010 | 1101 | 0 | 101000010 | 1100100 | 1010011 |
Color Harmonies of #FFA8DF
Complementary color
Monochromatic Colors of #FFA8DF
Black with #FFA8DF
Text Example
Text Example
White with #FFA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8DF; }
p { color: rgb(255,168,223); }
H1.HeaderClassName
{
color: #FFA8DF;
}
.AnyTagClassName
{
color: #FFA8DF;
}
</style>
background-color css
<style>
a { background-color: #FFA8DF; }
a { background-color: rgb(255,168,223); }
div.DivClassName
{
background-color: #FFA8DF;
}
.BgClassName
{
background-color: #FFA8DF;
}
</style>
border-color css
<style>
span { border-color: #FFA8DF; }
span { border-color: rgb(255,168,223); }
td.TdClassName
{
border-color: #FFA8DF;
}
.TagClassName
{
border-color: #FFA8DF;
}
</style>