Shades of Lavender Rose #F69AD2
Tints of Lavender Rose #F69AD2
RGB
CMYK
RGB Variations
Color information
#F69AD2 (or 0xF69AD2) is known color: Lavender Rose. HEX triplet: F6, 9A and D2. RGB value is (246,154,210). Sum of RGB (Red+Green+Blue) = 246+154+210=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F69AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69AD2 is #09652D. Grayscale: #BBBBBB. Windows color (decimal): -615726 or 13802230. OLE color: 13802230.
HSL color Cylindrical-coordinate representation of color #F69AD2: hue angle of 323.48º 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 #F69AD2 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 210 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.04 |
| HSL | 323.48º | 0.84% | 0.78% | - |
| HSV(B) | 323.48º | 0.37% | 0.96% | - |
| XYZ | 61.19 | 47.36 | 66.89 | - |
| YUV | 187.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 210 | 0 | 0.37 | 0.15 | 0.04 | 323.48 | 0.84 | 0.78 |
| Hex | F6 | 9A | D2 | 0 | 25 | F | 4 | 143 | 54 | 4E |
| Octal | 366 | 232 | 322 | 0 | 45 | 17 | 4 | 503 | 124 | 116 |
| Binary | 11110110 | 10011010 | 11010010 | 0 | 100101 | 1111 | 100 | 101000011 | 1010100 | 1001110 |
Color Harmonies of #F69AD2
Complementary color
Monochromatic Colors of #F69AD2
Black with #F69AD2
Text Example
Text Example
White with #F69AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69AD2; }
p { color: rgb(246,154,210); }
H1.HeaderClassName
{
color: #F69AD2;
}
.AnyTagClassName
{
color: #F69AD2;
}
</style>
background-color css
<style>
a { background-color: #F69AD2; }
a { background-color: rgb(246,154,210); }
div.DivClassName
{
background-color: #F69AD2;
}
.BgClassName
{
background-color: #F69AD2;
}
</style>
border-color css
<style>
span { border-color: #F69AD2; }
span { border-color: rgb(246,154,210); }
td.TdClassName
{
border-color: #F69AD2;
}
.TagClassName
{
border-color: #F69AD2;
}
</style>