Shades of Lavender Pink #F3AAD3
Tints of Lavender Pink #F3AAD3
RGB
CMYK
RGB Variations
Color information
#F3AAD3 (or 0xF3AAD3) is known color: Lavender Pink. HEX triplet: F3, AA and D3. RGB value is (243,170,211). Sum of RGB (Red+Green+Blue) = 243+170+211=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AAD3 is #0C552C. Grayscale: #C4C4C4. Windows color (decimal): -808237 or 13871859. OLE color: 13871859.
HSL color Cylindrical-coordinate representation of color #F3AAD3: hue angle of 326.3º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3AAD3 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 211 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.05 |
| HSL | 326.3º | 0.75% | 0.81% | - |
| HSV(B) | 326.3º | 0.3% | 0.95% | - |
| XYZ | 63.09 | 52.51 | 68.44 | - |
| YUV | 196.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 211 | 0 | 0.30 | 0.13 | 0.05 | 326.3 | 0.75 | 0.81 |
| Hex | F3 | AA | D3 | 0 | 1E | D | 5 | 146 | 4B | 51 |
| Octal | 363 | 252 | 323 | 0 | 36 | 15 | 5 | 506 | 113 | 121 |
| Binary | 11110011 | 10101010 | 11010011 | 0 | 11110 | 1101 | 101 | 101000110 | 1001011 | 1010001 |
Color Harmonies of #F3AAD3
Complementary color
Monochromatic Colors of #F3AAD3
Black with #F3AAD3
Text Example
Text Example
White with #F3AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AAD3; }
p { color: rgb(243,170,211); }
H1.HeaderClassName
{
color: #F3AAD3;
}
.AnyTagClassName
{
color: #F3AAD3;
}
</style>
background-color css
<style>
a { background-color: #F3AAD3; }
a { background-color: rgb(243,170,211); }
div.DivClassName
{
background-color: #F3AAD3;
}
.BgClassName
{
background-color: #F3AAD3;
}
</style>
border-color css
<style>
span { border-color: #F3AAD3; }
span { border-color: rgb(243,170,211); }
td.TdClassName
{
border-color: #F3AAD3;
}
.TagClassName
{
border-color: #F3AAD3;
}
</style>