Shades of Lavender Rose #F6ACDB
Tints of Lavender Rose #F6ACDB
RGB
CMYK
RGB Variations
Color information
#F6ACDB (or 0xF6ACDB) is known color: Lavender Rose. HEX triplet: F6, AC and DB. RGB value is (246,172,219). Sum of RGB (Red+Green+Blue) = 246+172+219=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACDB is #095324. Grayscale: #C7C7C7. Windows color (decimal): -611109 or 14396662. OLE color: 14396662.
HSL color Cylindrical-coordinate representation of color #F6ACDB: hue angle of 321.89º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ACDB is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 219 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.04 |
| HSL | 321.89º | 0.8% | 0.82% | - |
| HSV(B) | 321.89º | 0.3% | 0.96% | - |
| XYZ | 65.54 | 54.21 | 74.03 | - |
| YUV | 199.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 219 | 0 | 0.30 | 0.11 | 0.04 | 321.89 | 0.8 | 0.82 |
| Hex | F6 | AC | DB | 0 | 1E | B | 4 | 142 | 50 | 52 |
| Octal | 366 | 254 | 333 | 0 | 36 | 13 | 4 | 502 | 120 | 122 |
| Binary | 11110110 | 10101100 | 11011011 | 0 | 11110 | 1011 | 100 | 101000010 | 1010000 | 1010010 |
Color Harmonies of #F6ACDB
Complementary color
Monochromatic Colors of #F6ACDB
Black with #F6ACDB
Text Example
Text Example
White with #F6ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACDB; }
p { color: rgb(246,172,219); }
H1.HeaderClassName
{
color: #F6ACDB;
}
.AnyTagClassName
{
color: #F6ACDB;
}
</style>
background-color css
<style>
a { background-color: #F6ACDB; }
a { background-color: rgb(246,172,219); }
div.DivClassName
{
background-color: #F6ACDB;
}
.BgClassName
{
background-color: #F6ACDB;
}
</style>
border-color css
<style>
span { border-color: #F6ACDB; }
span { border-color: rgb(246,172,219); }
td.TdClassName
{
border-color: #F6ACDB;
}
.TagClassName
{
border-color: #F6ACDB;
}
</style>