Shades of Lavender Rose #F69AD4
Tints of Lavender Rose #F69AD4
RGB
CMYK
RGB Variations
Color information
#F69AD4 (or 0xF69AD4) is known color: Lavender Rose. HEX triplet: F6, 9A and D4. RGB value is (246,154,212). Sum of RGB (Red+Green+Blue) = 246+154+212=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F69AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69AD4 is #09652B. Grayscale: #BBBBBB. Windows color (decimal): -615724 or 13933302. OLE color: 13933302.
HSL color Cylindrical-coordinate representation of color #F69AD4: hue angle of 322.17º 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 #F69AD4 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 212 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.04 |
| HSL | 322.17º | 0.84% | 0.78% | - |
| HSV(B) | 322.17º | 0.37% | 0.96% | - |
| XYZ | 61.45 | 47.46 | 68.21 | - |
| YUV | 188.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 212 | 0 | 0.37 | 0.14 | 0.04 | 322.17 | 0.84 | 0.78 |
| Hex | F6 | 9A | D4 | 0 | 25 | E | 4 | 142 | 54 | 4E |
| Octal | 366 | 232 | 324 | 0 | 45 | 16 | 4 | 502 | 124 | 116 |
| Binary | 11110110 | 10011010 | 11010100 | 0 | 100101 | 1110 | 100 | 101000010 | 1010100 | 1001110 |
Color Harmonies of #F69AD4
Complementary color
Monochromatic Colors of #F69AD4
Black with #F69AD4
Text Example
Text Example
White with #F69AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69AD4; }
p { color: rgb(246,154,212); }
H1.HeaderClassName
{
color: #F69AD4;
}
.AnyTagClassName
{
color: #F69AD4;
}
</style>
background-color css
<style>
a { background-color: #F69AD4; }
a { background-color: rgb(246,154,212); }
div.DivClassName
{
background-color: #F69AD4;
}
.BgClassName
{
background-color: #F69AD4;
}
</style>
border-color css
<style>
span { border-color: #F69AD4; }
span { border-color: rgb(246,154,212); }
td.TdClassName
{
border-color: #F69AD4;
}
.TagClassName
{
border-color: #F69AD4;
}
</style>