Shades of Lavender Pink #F3A8D6
Tints of Lavender Pink #F3A8D6
RGB
CMYK
RGB Variations
Color information
#F3A8D6 (or 0xF3A8D6) is known color: Lavender Pink. HEX triplet: F3, A8 and D6. RGB value is (243,168,214). Sum of RGB (Red+Green+Blue) = 243+168+214=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8D6 is #0C5729. Grayscale: #C3C3C3. Windows color (decimal): -808746 or 14067955. OLE color: 14067955.
HSL color Cylindrical-coordinate representation of color #F3A8D6: hue angle of 323.2º 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 #F3A8D6 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 214 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.05 |
| HSL | 323.2º | 0.76% | 0.81% | - |
| HSV(B) | 323.2º | 0.31% | 0.95% | - |
| XYZ | 63.1 | 51.91 | 70.31 | - |
| YUV | 195.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 214 | 0 | 0.31 | 0.12 | 0.05 | 323.2 | 0.76 | 0.81 |
| Hex | F3 | A8 | D6 | 0 | 1F | C | 5 | 143 | 4C | 51 |
| Octal | 363 | 250 | 326 | 0 | 37 | 14 | 5 | 503 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11010110 | 0 | 11111 | 1100 | 101 | 101000011 | 1001100 | 1010001 |
Color Harmonies of #F3A8D6
Complementary color
Monochromatic Colors of #F3A8D6
Black with #F3A8D6
Text Example
Text Example
White with #F3A8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8D6; }
p { color: rgb(243,168,214); }
H1.HeaderClassName
{
color: #F3A8D6;
}
.AnyTagClassName
{
color: #F3A8D6;
}
</style>
background-color css
<style>
a { background-color: #F3A8D6; }
a { background-color: rgb(243,168,214); }
div.DivClassName
{
background-color: #F3A8D6;
}
.BgClassName
{
background-color: #F3A8D6;
}
</style>
border-color css
<style>
span { border-color: #F3A8D6; }
span { border-color: rgb(243,168,214); }
td.TdClassName
{
border-color: #F3A8D6;
}
.TagClassName
{
border-color: #F3A8D6;
}
</style>