Shades of Lavender Pink #F69AD0
Tints of Lavender Pink #F69AD0
RGB
CMYK
RGB Variations
Color information
#F69AD0 (or 0xF69AD0) is known color: Lavender Pink. HEX triplet: F6, 9A and D0. RGB value is (246,154,208). Sum of RGB (Red+Green+Blue) = 246+154+208=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F69AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69AD0 is #09652F. Grayscale: #BBBBBB. Windows color (decimal): -615728 or 13671158. OLE color: 13671158.
HSL color Cylindrical-coordinate representation of color #F69AD0: hue angle of 324.78º 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 #F69AD0 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 208 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.04 |
| HSL | 324.78º | 0.84% | 0.78% | - |
| HSV(B) | 324.78º | 0.37% | 0.96% | - |
| XYZ | 60.95 | 47.26 | 65.58 | - |
| YUV | 187.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 208 | 0 | 0.37 | 0.15 | 0.04 | 324.78 | 0.84 | 0.78 |
| Hex | F6 | 9A | D0 | 0 | 25 | F | 4 | 145 | 54 | 4E |
| Octal | 366 | 232 | 320 | 0 | 45 | 17 | 4 | 505 | 124 | 116 |
| Binary | 11110110 | 10011010 | 11010000 | 0 | 100101 | 1111 | 100 | 101000101 | 1010100 | 1001110 |
Color Harmonies of #F69AD0
Complementary color
Monochromatic Colors of #F69AD0
Black with #F69AD0
Text Example
Text Example
White with #F69AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69AD0; }
p { color: rgb(246,154,208); }
H1.HeaderClassName
{
color: #F69AD0;
}
.AnyTagClassName
{
color: #F69AD0;
}
</style>
background-color css
<style>
a { background-color: #F69AD0; }
a { background-color: rgb(246,154,208); }
div.DivClassName
{
background-color: #F69AD0;
}
.BgClassName
{
background-color: #F69AD0;
}
</style>
border-color css
<style>
span { border-color: #F69AD0; }
span { border-color: rgb(246,154,208); }
td.TdClassName
{
border-color: #F69AD0;
}
.TagClassName
{
border-color: #F69AD0;
}
</style>