Shades of Lavender Pink #F3A0CE
Tints of Lavender Pink #F3A0CE
RGB
CMYK
RGB Variations
Color information
#F3A0CE (or 0xF3A0CE) is known color: Lavender Pink. HEX triplet: F3, A0 and CE. RGB value is (243,160,206). Sum of RGB (Red+Green+Blue) = 243+160+206=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A0CE is #0C5F31. Grayscale: #BDBDBD. Windows color (decimal): -810802 or 13541619. OLE color: 13541619.
HSL color Cylindrical-coordinate representation of color #F3A0CE: hue angle of 326.75º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3A0CE is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 206 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.05 |
| HSL | 326.75º | 0.78% | 0.79% | - |
| HSV(B) | 326.75º | 0.34% | 0.95% | - |
| XYZ | 60.67 | 48.65 | 64.59 | - |
| YUV | 190.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 206 | 0 | 0.34 | 0.15 | 0.05 | 326.75 | 0.78 | 0.79 |
| Hex | F3 | A0 | CE | 0 | 22 | F | 5 | 147 | 4E | 4F |
| Octal | 363 | 240 | 316 | 0 | 42 | 17 | 5 | 507 | 116 | 117 |
| Binary | 11110011 | 10100000 | 11001110 | 0 | 100010 | 1111 | 101 | 101000111 | 1001110 | 1001111 |
Color Harmonies of #F3A0CE
Complementary color
Monochromatic Colors of #F3A0CE
Black with #F3A0CE
Text Example
Text Example
White with #F3A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0CE; }
p { color: rgb(243,160,206); }
H1.HeaderClassName
{
color: #F3A0CE;
}
.AnyTagClassName
{
color: #F3A0CE;
}
</style>
background-color css
<style>
a { background-color: #F3A0CE; }
a { background-color: rgb(243,160,206); }
div.DivClassName
{
background-color: #F3A0CE;
}
.BgClassName
{
background-color: #F3A0CE;
}
</style>
border-color css
<style>
span { border-color: #F3A0CE; }
span { border-color: rgb(243,160,206); }
td.TdClassName
{
border-color: #F3A0CE;
}
.TagClassName
{
border-color: #F3A0CE;
}
</style>