Shades of Lavender Rose #F6A8DB
Tints of Lavender Rose #F6A8DB
RGB
CMYK
RGB Variations
Color information
#F6A8DB (or 0xF6A8DB) is known color: Lavender Rose. HEX triplet: F6, A8 and DB. RGB value is (246,168,219). Sum of RGB (Red+Green+Blue) = 246+168+219=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A8DB is #095724. Grayscale: #C5C5C5. Windows color (decimal): -612133 or 14395638. OLE color: 14395638.
HSL color Cylindrical-coordinate representation of color #F6A8DB: hue angle of 320.77º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6A8DB is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 219 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.04 |
| HSL | 320.77º | 0.81% | 0.81% | - |
| HSV(B) | 320.77º | 0.32% | 0.96% | - |
| XYZ | 64.79 | 52.71 | 73.78 | - |
| YUV | 197.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 219 | 0 | 0.32 | 0.11 | 0.04 | 320.77 | 0.81 | 0.81 |
| Hex | F6 | A8 | DB | 0 | 20 | B | 4 | 141 | 51 | 51 |
| Octal | 366 | 250 | 333 | 0 | 40 | 13 | 4 | 501 | 121 | 121 |
| Binary | 11110110 | 10101000 | 11011011 | 0 | 100000 | 1011 | 100 | 101000001 | 1010001 | 1010001 |
Color Harmonies of #F6A8DB
Complementary color
Monochromatic Colors of #F6A8DB
Black with #F6A8DB
Text Example
Text Example
White with #F6A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A8DB; }
p { color: rgb(246,168,219); }
H1.HeaderClassName
{
color: #F6A8DB;
}
.AnyTagClassName
{
color: #F6A8DB;
}
</style>
background-color css
<style>
a { background-color: #F6A8DB; }
a { background-color: rgb(246,168,219); }
div.DivClassName
{
background-color: #F6A8DB;
}
.BgClassName
{
background-color: #F6A8DB;
}
</style>
border-color css
<style>
span { border-color: #F6A8DB; }
span { border-color: rgb(246,168,219); }
td.TdClassName
{
border-color: #F6A8DB;
}
.TagClassName
{
border-color: #F6A8DB;
}
</style>