Shades of Lavender Pink #FFA2D3
Tints of Lavender Pink #FFA2D3
RGB
CMYK
RGB Variations
Color information
#FFA2D3 (or 0xFFA2D3) is known color: Lavender Pink. HEX triplet: FF, A2 and D3. RGB value is (255,162,211). Sum of RGB (Red+Green+Blue) = 255+162+211=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 162 (63.67% from 255 or 25.80% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2D3 is #005D2C. Grayscale: #C3C3C3. Windows color (decimal): -23853 or 13869823. OLE color: 13869823.
HSL color Cylindrical-coordinate representation of color #FFA2D3: hue angle of 328.39º 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 #FFA2D3 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 211 | - |
| CMYK | 0 | 0.36 | 0.17 | 0 |
| HSL | 328.39º | 1% | 0.82% | - |
| HSV(B) | 328.39º | 0.36% | 1% | - |
| XYZ | 65.92 | 51.8 | 68.15 | - |
| YUV | 195.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 211 | 0 | 0.36 | 0.17 | 0 | 328.39 | 1 | 0.82 |
| Hex | FF | A2 | D3 | 0 | 24 | 11 | 0 | 148 | 64 | 52 |
| Octal | 377 | 242 | 323 | 0 | 44 | 21 | 0 | 510 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11010011 | 0 | 100100 | 10001 | 0 | 101001000 | 1100100 | 1010010 |
Color Harmonies of #FFA2D3
Complementary color
Monochromatic Colors of #FFA2D3
Black with #FFA2D3
Text Example
Text Example
White with #FFA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2D3; }
p { color: rgb(255,162,211); }
H1.HeaderClassName
{
color: #FFA2D3;
}
.AnyTagClassName
{
color: #FFA2D3;
}
</style>
background-color css
<style>
a { background-color: #FFA2D3; }
a { background-color: rgb(255,162,211); }
div.DivClassName
{
background-color: #FFA2D3;
}
.BgClassName
{
background-color: #FFA2D3;
}
</style>
border-color css
<style>
span { border-color: #FFA2D3; }
span { border-color: rgb(255,162,211); }
td.TdClassName
{
border-color: #FFA2D3;
}
.TagClassName
{
border-color: #FFA2D3;
}
</style>