Shades of Lavender Pink #F3A8D7
Tints of Lavender Pink #F3A8D7
RGB
CMYK
RGB Variations
Color information
#F3A8D7 (or 0xF3A8D7) is known color: Lavender Pink. HEX triplet: F3, A8 and D7. RGB value is (243,168,215). Sum of RGB (Red+Green+Blue) = 243+168+215=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8D7 is #0C5728. Grayscale: #C3C3C3. Windows color (decimal): -808745 or 14133491. OLE color: 14133491.
HSL color Cylindrical-coordinate representation of color #F3A8D7: hue angle of 322.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A8D7 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 215 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.05 |
| HSL | 322.4º | 0.76% | 0.81% | - |
| HSV(B) | 322.4º | 0.31% | 0.95% | - |
| XYZ | 63.23 | 51.97 | 70.99 | - |
| YUV | 195.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 215 | 0 | 0.31 | 0.12 | 0.05 | 322.4 | 0.76 | 0.81 |
| Hex | F3 | A8 | D7 | 0 | 1F | C | 5 | 142 | 4C | 51 |
| Octal | 363 | 250 | 327 | 0 | 37 | 14 | 5 | 502 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11010111 | 0 | 11111 | 1100 | 101 | 101000010 | 1001100 | 1010001 |
Color Harmonies of #F3A8D7
Complementary color
Monochromatic Colors of #F3A8D7
Black with #F3A8D7
Text Example
Text Example
White with #F3A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8D7; }
p { color: rgb(243,168,215); }
H1.HeaderClassName
{
color: #F3A8D7;
}
.AnyTagClassName
{
color: #F3A8D7;
}
</style>
background-color css
<style>
a { background-color: #F3A8D7; }
a { background-color: rgb(243,168,215); }
div.DivClassName
{
background-color: #F3A8D7;
}
.BgClassName
{
background-color: #F3A8D7;
}
</style>
border-color css
<style>
span { border-color: #F3A8D7; }
span { border-color: rgb(243,168,215); }
td.TdClassName
{
border-color: #F3A8D7;
}
.TagClassName
{
border-color: #F3A8D7;
}
</style>