Shades of Lavender Pink #F0ADCA
Tints of Lavender Pink #F0ADCA
RGB
CMYK
RGB Variations
Color information
#F0ADCA (or 0xF0ADCA) is known color: Lavender Pink. HEX triplet: F0, AD and CA. RGB value is (240,173,202). Sum of RGB (Red+Green+Blue) = 240+173+202=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADCA is #0F5235. Grayscale: #C4C4C4. Windows color (decimal): -1004086 or 13282800. OLE color: 13282800.
HSL color Cylindrical-coordinate representation of color #F0ADCA: hue angle of 334.03º 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 #F0ADCA is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 202 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.06 |
| HSL | 334.03º | 0.69% | 0.81% | - |
| HSV(B) | 334.03º | 0.28% | 0.94% | - |
| XYZ | 61.54 | 52.68 | 62.8 | - |
| YUV | 196.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 202 | 0 | 0.28 | 0.16 | 0.06 | 334.03 | 0.69 | 0.81 |
| Hex | F0 | AD | CA | 0 | 1C | 10 | 6 | 14E | 45 | 51 |
| Octal | 360 | 255 | 312 | 0 | 34 | 20 | 6 | 516 | 105 | 121 |
| Binary | 11110000 | 10101101 | 11001010 | 0 | 11100 | 10000 | 110 | 101001110 | 1000101 | 1010001 |
Color Harmonies of #F0ADCA
Complementary color
Monochromatic Colors of #F0ADCA
Black with #F0ADCA
Text Example
Text Example
White with #F0ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADCA; }
p { color: rgb(240,173,202); }
H1.HeaderClassName
{
color: #F0ADCA;
}
.AnyTagClassName
{
color: #F0ADCA;
}
</style>
background-color css
<style>
a { background-color: #F0ADCA; }
a { background-color: rgb(240,173,202); }
div.DivClassName
{
background-color: #F0ADCA;
}
.BgClassName
{
background-color: #F0ADCA;
}
</style>
border-color css
<style>
span { border-color: #F0ADCA; }
span { border-color: rgb(240,173,202); }
td.TdClassName
{
border-color: #F0ADCA;
}
.TagClassName
{
border-color: #F0ADCA;
}
</style>