Shades of Lavender Rose #F3A0D4
Tints of Lavender Rose #F3A0D4
RGB
CMYK
RGB Variations
Color information
#F3A0D4 (or 0xF3A0D4) is known color: Lavender Rose. HEX triplet: F3, A0 and D4. RGB value is (243,160,212). Sum of RGB (Red+Green+Blue) = 243+160+212=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A0D4 is #0C5F2B. Grayscale: #BEBEBE. Windows color (decimal): -810796 or 13934835. OLE color: 13934835.
HSL color Cylindrical-coordinate representation of color #F3A0D4: hue angle of 322.41º 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 #F3A0D4 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 212 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.05 |
| HSL | 322.41º | 0.78% | 0.79% | - |
| HSV(B) | 322.41º | 0.34% | 0.95% | - |
| XYZ | 61.42 | 48.95 | 68.5 | - |
| YUV | 190.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 212 | 0 | 0.34 | 0.13 | 0.05 | 322.41 | 0.78 | 0.79 |
| Hex | F3 | A0 | D4 | 0 | 22 | D | 5 | 142 | 4E | 4F |
| Octal | 363 | 240 | 324 | 0 | 42 | 15 | 5 | 502 | 116 | 117 |
| Binary | 11110011 | 10100000 | 11010100 | 0 | 100010 | 1101 | 101 | 101000010 | 1001110 | 1001111 |
Color Harmonies of #F3A0D4
Complementary color
Monochromatic Colors of #F3A0D4
Black with #F3A0D4
Text Example
Text Example
White with #F3A0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0D4; }
p { color: rgb(243,160,212); }
H1.HeaderClassName
{
color: #F3A0D4;
}
.AnyTagClassName
{
color: #F3A0D4;
}
</style>
background-color css
<style>
a { background-color: #F3A0D4; }
a { background-color: rgb(243,160,212); }
div.DivClassName
{
background-color: #F3A0D4;
}
.BgClassName
{
background-color: #F3A0D4;
}
</style>
border-color css
<style>
span { border-color: #F3A0D4; }
span { border-color: rgb(243,160,212); }
td.TdClassName
{
border-color: #F3A0D4;
}
.TagClassName
{
border-color: #F3A0D4;
}
</style>