Shades of Lavender Pink #FFA0D3
Tints of Lavender Pink #FFA0D3
RGB
CMYK
RGB Variations
Color information
#FFA0D3 (or 0xFFA0D3) is known color: Lavender Pink. HEX triplet: FF, A0 and D3. RGB value is (255,160,211). Sum of RGB (Red+Green+Blue) = 255+160+211=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0D3 is #005F2C. Grayscale: #C2C2C2. Windows color (decimal): -24365 or 13869311. OLE color: 13869311.
HSL color Cylindrical-coordinate representation of color #FFA0D3: hue angle of 327.79º 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 #FFA0D3 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 211 | - |
| CMYK | 0 | 0.37 | 0.17 | 0 |
| HSL | 327.79º | 1% | 0.81% | - |
| HSV(B) | 327.79º | 0.37% | 1% | - |
| XYZ | 65.57 | 51.1 | 68.04 | - |
| YUV | 194.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 211 | 0 | 0.37 | 0.17 | 0 | 327.79 | 1 | 0.81 |
| Hex | FF | A0 | D3 | 0 | 25 | 11 | 0 | 148 | 64 | 51 |
| Octal | 377 | 240 | 323 | 0 | 45 | 21 | 0 | 510 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11010011 | 0 | 100101 | 10001 | 0 | 101001000 | 1100100 | 1010001 |
Color Harmonies of #FFA0D3
Complementary color
Monochromatic Colors of #FFA0D3
Black with #FFA0D3
Text Example
Text Example
White with #FFA0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0D3; }
p { color: rgb(255,160,211); }
H1.HeaderClassName
{
color: #FFA0D3;
}
.AnyTagClassName
{
color: #FFA0D3;
}
</style>
background-color css
<style>
a { background-color: #FFA0D3; }
a { background-color: rgb(255,160,211); }
div.DivClassName
{
background-color: #FFA0D3;
}
.BgClassName
{
background-color: #FFA0D3;
}
</style>
border-color css
<style>
span { border-color: #FFA0D3; }
span { border-color: rgb(255,160,211); }
td.TdClassName
{
border-color: #FFA0D3;
}
.TagClassName
{
border-color: #FFA0D3;
}
</style>