Shades of Lavender Pink #F6ADD4
Tints of Lavender Pink #F6ADD4
RGB
CMYK
RGB Variations
Color information
#F6ADD4 (or 0xF6ADD4) is known color: Lavender Pink. HEX triplet: F6, AD and D4. RGB value is (246,173,212). Sum of RGB (Red+Green+Blue) = 246+173+212=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADD4 is #09522B. Grayscale: #C7C7C7. Windows color (decimal): -610860 or 13938166. OLE color: 13938166.
HSL color Cylindrical-coordinate representation of color #F6ADD4: hue angle of 327.95º 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 #F6ADD4 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 212 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.04 |
| HSL | 327.95º | 0.8% | 0.82% | - |
| HSV(B) | 327.95º | 0.3% | 0.96% | - |
| XYZ | 64.83 | 54.23 | 69.34 | - |
| YUV | 199.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 212 | 0 | 0.30 | 0.14 | 0.04 | 327.95 | 0.8 | 0.82 |
| Hex | F6 | AD | D4 | 0 | 1E | E | 4 | 148 | 50 | 52 |
| Octal | 366 | 255 | 324 | 0 | 36 | 16 | 4 | 510 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11010100 | 0 | 11110 | 1110 | 100 | 101001000 | 1010000 | 1010010 |
Color Harmonies of #F6ADD4
Complementary color
Monochromatic Colors of #F6ADD4
Black with #F6ADD4
Text Example
Text Example
White with #F6ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADD4; }
p { color: rgb(246,173,212); }
H1.HeaderClassName
{
color: #F6ADD4;
}
.AnyTagClassName
{
color: #F6ADD4;
}
</style>
background-color css
<style>
a { background-color: #F6ADD4; }
a { background-color: rgb(246,173,212); }
div.DivClassName
{
background-color: #F6ADD4;
}
.BgClassName
{
background-color: #F6ADD4;
}
</style>
border-color css
<style>
span { border-color: #F6ADD4; }
span { border-color: rgb(246,173,212); }
td.TdClassName
{
border-color: #F6ADD4;
}
.TagClassName
{
border-color: #F6ADD4;
}
</style>