Shades of Lavender Rose #FFA3DF
Tints of Lavender Rose #FFA3DF
RGB
CMYK
RGB Variations
Color information
#FFA3DF (or 0xFFA3DF) is known color: Lavender Rose. HEX triplet: FF, A3 and DF. RGB value is (255,163,223). Sum of RGB (Red+Green+Blue) = 255+163+223=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3DF is #005C20. Grayscale: #C5C5C5. Windows color (decimal): -23585 or 14656511. OLE color: 14656511.
HSL color Cylindrical-coordinate representation of color #FFA3DF: hue angle of 320.87º 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 #FFA3DF is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 223 | - |
| CMYK | 0 | 0.36 | 0.13 | 0 |
| HSL | 320.87º | 1% | 0.82% | - |
| HSV(B) | 320.87º | 0.36% | 1% | - |
| XYZ | 67.66 | 52.78 | 76.43 | - |
| YUV | 197.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 223 | 0 | 0.36 | 0.13 | 0 | 320.87 | 1 | 0.82 |
| Hex | FF | A3 | DF | 0 | 24 | D | 0 | 141 | 64 | 52 |
| Octal | 377 | 243 | 337 | 0 | 44 | 15 | 0 | 501 | 144 | 122 |
| Binary | 11111111 | 10100011 | 11011111 | 0 | 100100 | 1101 | 0 | 101000001 | 1100100 | 1010010 |
Color Harmonies of #FFA3DF
Complementary color
Monochromatic Colors of #FFA3DF
Black with #FFA3DF
Text Example
Text Example
White with #FFA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3DF; }
p { color: rgb(255,163,223); }
H1.HeaderClassName
{
color: #FFA3DF;
}
.AnyTagClassName
{
color: #FFA3DF;
}
</style>
background-color css
<style>
a { background-color: #FFA3DF; }
a { background-color: rgb(255,163,223); }
div.DivClassName
{
background-color: #FFA3DF;
}
.BgClassName
{
background-color: #FFA3DF;
}
</style>
border-color css
<style>
span { border-color: #FFA3DF; }
span { border-color: rgb(255,163,223); }
td.TdClassName
{
border-color: #FFA3DF;
}
.TagClassName
{
border-color: #FFA3DF;
}
</style>