Shades of Lavender Pink #F6ADD3
Tints of Lavender Pink #F6ADD3
RGB
CMYK
RGB Variations
Color information
#F6ADD3 (or 0xF6ADD3) is known color: Lavender Pink. HEX triplet: F6, AD and D3. RGB value is (246,173,211). Sum of RGB (Red+Green+Blue) = 246+173+211=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADD3 is #09522C. Grayscale: #C7C7C7. Windows color (decimal): -610861 or 13872630. OLE color: 13872630.
HSL color Cylindrical-coordinate representation of color #F6ADD3: hue angle of 328.77º 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 #F6ADD3 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 211 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.04 |
| HSL | 328.77º | 0.8% | 0.82% | - |
| HSV(B) | 328.77º | 0.3% | 0.96% | - |
| XYZ | 64.71 | 54.18 | 68.68 | - |
| YUV | 199.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 211 | 0 | 0.30 | 0.14 | 0.04 | 328.77 | 0.8 | 0.82 |
| Hex | F6 | AD | D3 | 0 | 1E | E | 4 | 149 | 50 | 52 |
| Octal | 366 | 255 | 323 | 0 | 36 | 16 | 4 | 511 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11010011 | 0 | 11110 | 1110 | 100 | 101001001 | 1010000 | 1010010 |
Color Harmonies of #F6ADD3
Complementary color
Monochromatic Colors of #F6ADD3
Black with #F6ADD3
Text Example
Text Example
White with #F6ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADD3; }
p { color: rgb(246,173,211); }
H1.HeaderClassName
{
color: #F6ADD3;
}
.AnyTagClassName
{
color: #F6ADD3;
}
</style>
background-color css
<style>
a { background-color: #F6ADD3; }
a { background-color: rgb(246,173,211); }
div.DivClassName
{
background-color: #F6ADD3;
}
.BgClassName
{
background-color: #F6ADD3;
}
</style>
border-color css
<style>
span { border-color: #F6ADD3; }
span { border-color: rgb(246,173,211); }
td.TdClassName
{
border-color: #F6ADD3;
}
.TagClassName
{
border-color: #F6ADD3;
}
</style>