Shades of Lavender Pink #F0ADCD
Tints of Lavender Pink #F0ADCD
RGB
CMYK
RGB Variations
Color information
#F0ADCD (or 0xF0ADCD) is known color: Lavender Pink. HEX triplet: F0, AD and CD. RGB value is (240,173,205). Sum of RGB (Red+Green+Blue) = 240+173+205=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADCD is #0F5232. Grayscale: #C4C4C4. Windows color (decimal): -1004083 or 13479408. OLE color: 13479408.
HSL color Cylindrical-coordinate representation of color #F0ADCD: hue angle of 331.34º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADCD is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 205 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.06 |
| HSL | 331.34º | 0.69% | 0.81% | - |
| HSV(B) | 331.34º | 0.28% | 0.94% | - |
| XYZ | 61.9 | 52.82 | 64.69 | - |
| YUV | 196.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 205 | 0 | 0.28 | 0.15 | 0.06 | 331.34 | 0.69 | 0.81 |
| Hex | F0 | AD | CD | 0 | 1C | F | 6 | 14B | 45 | 51 |
| Octal | 360 | 255 | 315 | 0 | 34 | 17 | 6 | 513 | 105 | 121 |
| Binary | 11110000 | 10101101 | 11001101 | 0 | 11100 | 1111 | 110 | 101001011 | 1000101 | 1010001 |
Color Harmonies of #F0ADCD
Complementary color
Monochromatic Colors of #F0ADCD
Black with #F0ADCD
Text Example
Text Example
White with #F0ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADCD; }
p { color: rgb(240,173,205); }
H1.HeaderClassName
{
color: #F0ADCD;
}
.AnyTagClassName
{
color: #F0ADCD;
}
</style>
background-color css
<style>
a { background-color: #F0ADCD; }
a { background-color: rgb(240,173,205); }
div.DivClassName
{
background-color: #F0ADCD;
}
.BgClassName
{
background-color: #F0ADCD;
}
</style>
border-color css
<style>
span { border-color: #F0ADCD; }
span { border-color: rgb(240,173,205); }
td.TdClassName
{
border-color: #F0ADCD;
}
.TagClassName
{
border-color: #F0ADCD;
}
</style>