Shades of Lavender Rose #F6A7DE
Tints of Lavender Rose #F6A7DE
RGB
CMYK
RGB Variations
Color information
#F6A7DE (or 0xF6A7DE) is known color: Lavender Rose. HEX triplet: F6, A7 and DE. RGB value is (246,167,222). Sum of RGB (Red+Green+Blue) = 246+167+222=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A7DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A7DE is #095821. Grayscale: #C4C4C4. Windows color (decimal): -612386 or 14591990. OLE color: 14591990.
HSL color Cylindrical-coordinate representation of color #F6A7DE: hue angle of 318.23º 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 #F6A7DE is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 167 | 222 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.04 |
| HSL | 318.23º | 0.81% | 0.81% | - |
| HSV(B) | 318.23º | 0.32% | 0.96% | - |
| XYZ | 65.01 | 52.5 | 75.82 | - |
| YUV | 196.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 222 | 0 | 0.32 | 0.10 | 0.04 | 318.23 | 0.81 | 0.81 |
| Hex | F6 | A7 | DE | 0 | 20 | A | 4 | 13E | 51 | 51 |
| Octal | 366 | 247 | 336 | 0 | 40 | 12 | 4 | 476 | 121 | 121 |
| Binary | 11110110 | 10100111 | 11011110 | 0 | 100000 | 1010 | 100 | 100111110 | 1010001 | 1010001 |
Color Harmonies of #F6A7DE
Complementary color
Monochromatic Colors of #F6A7DE
Black with #F6A7DE
Text Example
Text Example
White with #F6A7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A7DE; }
p { color: rgb(246,167,222); }
H1.HeaderClassName
{
color: #F6A7DE;
}
.AnyTagClassName
{
color: #F6A7DE;
}
</style>
background-color css
<style>
a { background-color: #F6A7DE; }
a { background-color: rgb(246,167,222); }
div.DivClassName
{
background-color: #F6A7DE;
}
.BgClassName
{
background-color: #F6A7DE;
}
</style>
border-color css
<style>
span { border-color: #F6A7DE; }
span { border-color: rgb(246,167,222); }
td.TdClassName
{
border-color: #F6A7DE;
}
.TagClassName
{
border-color: #F6A7DE;
}
</style>