Shades of Lavender Rose #F6A8DC
Tints of Lavender Rose #F6A8DC
RGB
CMYK
RGB Variations
Color information
#F6A8DC (or 0xF6A8DC) is known color: Lavender Rose. HEX triplet: F6, A8 and DC. RGB value is (246,168,220). Sum of RGB (Red+Green+Blue) = 246+168+220=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A8DC is #095723. Grayscale: #C5C5C5. Windows color (decimal): -612132 or 14461174. OLE color: 14461174.
HSL color Cylindrical-coordinate representation of color #F6A8DC: hue angle of 320º 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 #F6A8DC is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 220 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.04 |
| HSL | 320º | 0.81% | 0.81% | - |
| HSV(B) | 320º | 0.32% | 0.96% | - |
| XYZ | 64.93 | 52.77 | 74.47 | - |
| YUV | 197.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 220 | 0 | 0.32 | 0.11 | 0.04 | 320 | 0.81 | 0.81 |
| Hex | F6 | A8 | DC | 0 | 20 | B | 4 | 140 | 51 | 51 |
| Octal | 366 | 250 | 334 | 0 | 40 | 13 | 4 | 500 | 121 | 121 |
| Binary | 11110110 | 10101000 | 11011100 | 0 | 100000 | 1011 | 100 | 101000000 | 1010001 | 1010001 |
Color Harmonies of #F6A8DC
Complementary color
Monochromatic Colors of #F6A8DC
Black with #F6A8DC
Text Example
Text Example
White with #F6A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A8DC; }
p { color: rgb(246,168,220); }
H1.HeaderClassName
{
color: #F6A8DC;
}
.AnyTagClassName
{
color: #F6A8DC;
}
</style>
background-color css
<style>
a { background-color: #F6A8DC; }
a { background-color: rgb(246,168,220); }
div.DivClassName
{
background-color: #F6A8DC;
}
.BgClassName
{
background-color: #F6A8DC;
}
</style>
border-color css
<style>
span { border-color: #F6A8DC; }
span { border-color: rgb(246,168,220); }
td.TdClassName
{
border-color: #F6A8DC;
}
.TagClassName
{
border-color: #F6A8DC;
}
</style>