Shades of Lavender Rose #F3A8DF
Tints of Lavender Rose #F3A8DF
RGB
CMYK
RGB Variations
Color information
#F3A8DF (or 0xF3A8DF) is known color: Lavender Rose. HEX triplet: F3, A8 and DF. RGB value is (243,168,223). Sum of RGB (Red+Green+Blue) = 243+168+223=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8DF is #0C5720. Grayscale: #C4C4C4. Windows color (decimal): -808737 or 14657779. OLE color: 14657779.
HSL color Cylindrical-coordinate representation of color #F3A8DF: hue angle of 316º 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 #F3A8DF is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 223 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.05 |
| HSL | 316º | 0.76% | 0.81% | - |
| HSV(B) | 316º | 0.31% | 0.95% | - |
| XYZ | 64.28 | 52.39 | 76.54 | - |
| YUV | 196.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 223 | 0 | 0.31 | 0.08 | 0.05 | 316 | 0.76 | 0.81 |
| Hex | F3 | A8 | DF | 0 | 1F | 8 | 5 | 13C | 4C | 51 |
| Octal | 363 | 250 | 337 | 0 | 37 | 10 | 5 | 474 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11011111 | 0 | 11111 | 1000 | 101 | 100111100 | 1001100 | 1010001 |
Color Harmonies of #F3A8DF
Complementary color
Monochromatic Colors of #F3A8DF
Black with #F3A8DF
Text Example
Text Example
White with #F3A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8DF; }
p { color: rgb(243,168,223); }
H1.HeaderClassName
{
color: #F3A8DF;
}
.AnyTagClassName
{
color: #F3A8DF;
}
</style>
background-color css
<style>
a { background-color: #F3A8DF; }
a { background-color: rgb(243,168,223); }
div.DivClassName
{
background-color: #F3A8DF;
}
.BgClassName
{
background-color: #F3A8DF;
}
</style>
border-color css
<style>
span { border-color: #F3A8DF; }
span { border-color: rgb(243,168,223); }
td.TdClassName
{
border-color: #F3A8DF;
}
.TagClassName
{
border-color: #F3A8DF;
}
</style>