Shades of Lavender Pink #F3A8D4
Tints of Lavender Pink #F3A8D4
RGB
CMYK
RGB Variations
Color information
#F3A8D4 (or 0xF3A8D4) is known color: Lavender Pink. HEX triplet: F3, A8 and D4. RGB value is (243,168,212). Sum of RGB (Red+Green+Blue) = 243+168+212=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8D4 is #0C572B. Grayscale: #C3C3C3. Windows color (decimal): -808748 or 13936883. OLE color: 13936883.
HSL color Cylindrical-coordinate representation of color #F3A8D4: hue angle of 324.8º 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 #F3A8D4 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 212 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.05 |
| HSL | 324.8º | 0.76% | 0.81% | - |
| HSV(B) | 324.8º | 0.31% | 0.95% | - |
| XYZ | 62.85 | 51.81 | 68.98 | - |
| YUV | 195.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 212 | 0 | 0.31 | 0.13 | 0.05 | 324.8 | 0.76 | 0.81 |
| Hex | F3 | A8 | D4 | 0 | 1F | D | 5 | 145 | 4C | 51 |
| Octal | 363 | 250 | 324 | 0 | 37 | 15 | 5 | 505 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11010100 | 0 | 11111 | 1101 | 101 | 101000101 | 1001100 | 1010001 |
Color Harmonies of #F3A8D4
Complementary color
Monochromatic Colors of #F3A8D4
Black with #F3A8D4
Text Example
Text Example
White with #F3A8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8D4; }
p { color: rgb(243,168,212); }
H1.HeaderClassName
{
color: #F3A8D4;
}
.AnyTagClassName
{
color: #F3A8D4;
}
</style>
background-color css
<style>
a { background-color: #F3A8D4; }
a { background-color: rgb(243,168,212); }
div.DivClassName
{
background-color: #F3A8D4;
}
.BgClassName
{
background-color: #F3A8D4;
}
</style>
border-color css
<style>
span { border-color: #F3A8D4; }
span { border-color: rgb(243,168,212); }
td.TdClassName
{
border-color: #F3A8D4;
}
.TagClassName
{
border-color: #F3A8D4;
}
</style>