Shades of Lavender Rose #F6A7DC
Tints of Lavender Rose #F6A7DC
RGB
CMYK
RGB Variations
Color information
#F6A7DC (or 0xF6A7DC) is known color: Lavender Rose. HEX triplet: F6, A7 and DC. RGB value is (246,167,220). Sum of RGB (Red+Green+Blue) = 246+167+220=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 167 (65.62% from 255 or 26.38% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A7DC is #095823. Grayscale: #C4C4C4. Windows color (decimal): -612388 or 14460918. OLE color: 14460918.
HSL color Cylindrical-coordinate representation of color #F6A7DC: hue angle of 319.75º 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 #F6A7DC is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 167 | 220 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.04 |
| HSL | 319.75º | 0.81% | 0.81% | - |
| HSV(B) | 319.75º | 0.32% | 0.96% | - |
| XYZ | 64.74 | 52.4 | 74.41 | - |
| YUV | 196.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 220 | 0 | 0.32 | 0.11 | 0.04 | 319.75 | 0.81 | 0.81 |
| Hex | F6 | A7 | DC | 0 | 20 | B | 4 | 140 | 51 | 51 |
| Octal | 366 | 247 | 334 | 0 | 40 | 13 | 4 | 500 | 121 | 121 |
| Binary | 11110110 | 10100111 | 11011100 | 0 | 100000 | 1011 | 100 | 101000000 | 1010001 | 1010001 |
Color Harmonies of #F6A7DC
Complementary color
Monochromatic Colors of #F6A7DC
Black with #F6A7DC
Text Example
Text Example
White with #F6A7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A7DC; }
p { color: rgb(246,167,220); }
H1.HeaderClassName
{
color: #F6A7DC;
}
.AnyTagClassName
{
color: #F6A7DC;
}
</style>
background-color css
<style>
a { background-color: #F6A7DC; }
a { background-color: rgb(246,167,220); }
div.DivClassName
{
background-color: #F6A7DC;
}
.BgClassName
{
background-color: #F6A7DC;
}
</style>
border-color css
<style>
span { border-color: #F6A7DC; }
span { border-color: rgb(246,167,220); }
td.TdClassName
{
border-color: #F6A7DC;
}
.TagClassName
{
border-color: #F6A7DC;
}
</style>