Shades of Lavender Rose #F69AD1
Tints of Lavender Rose #F69AD1
RGB
CMYK
RGB Variations
Color information
#F69AD1 (or 0xF69AD1) is known color: Lavender Rose. HEX triplet: F6, 9A and D1. RGB value is (246,154,209). Sum of RGB (Red+Green+Blue) = 246+154+209=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F69AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69AD1 is #09652E. Grayscale: #BBBBBB. Windows color (decimal): -615727 or 13736694. OLE color: 13736694.
HSL color Cylindrical-coordinate representation of color #F69AD1: hue angle of 324.13º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69AD1 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 209 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.04 |
| HSL | 324.13º | 0.84% | 0.78% | - |
| HSV(B) | 324.13º | 0.37% | 0.96% | - |
| XYZ | 61.07 | 47.31 | 66.23 | - |
| YUV | 187.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 209 | 0 | 0.37 | 0.15 | 0.04 | 324.13 | 0.84 | 0.78 |
| Hex | F6 | 9A | D1 | 0 | 25 | F | 4 | 144 | 54 | 4E |
| Octal | 366 | 232 | 321 | 0 | 45 | 17 | 4 | 504 | 124 | 116 |
| Binary | 11110110 | 10011010 | 11010001 | 0 | 100101 | 1111 | 100 | 101000100 | 1010100 | 1001110 |
Color Harmonies of #F69AD1
Complementary color
Monochromatic Colors of #F69AD1
Black with #F69AD1
Text Example
Text Example
White with #F69AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69AD1; }
p { color: rgb(246,154,209); }
H1.HeaderClassName
{
color: #F69AD1;
}
.AnyTagClassName
{
color: #F69AD1;
}
</style>
background-color css
<style>
a { background-color: #F69AD1; }
a { background-color: rgb(246,154,209); }
div.DivClassName
{
background-color: #F69AD1;
}
.BgClassName
{
background-color: #F69AD1;
}
</style>
border-color css
<style>
span { border-color: #F69AD1; }
span { border-color: rgb(246,154,209); }
td.TdClassName
{
border-color: #F69AD1;
}
.TagClassName
{
border-color: #F69AD1;
}
</style>