Shades of Lavender Rose #F0ADDC
Tints of Lavender Rose #F0ADDC
RGB
CMYK
RGB Variations
Color information
#F0ADDC (or 0xF0ADDC) is known color: Lavender Rose. HEX triplet: F0, AD and DC. RGB value is (240,173,220). Sum of RGB (Red+Green+Blue) = 240+173+220=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADDC is #0F5223. Grayscale: #C6C6C6. Windows color (decimal): -1004068 or 14462448. OLE color: 14462448.
HSL color Cylindrical-coordinate representation of color #F0ADDC: hue angle of 317.91º 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 #F0ADDC is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 220 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.06 |
| HSL | 317.91º | 0.69% | 0.81% | - |
| HSV(B) | 317.91º | 0.28% | 0.94% | - |
| XYZ | 63.8 | 53.58 | 74.69 | - |
| YUV | 198.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 220 | 0 | 0.28 | 0.08 | 0.06 | 317.91 | 0.69 | 0.81 |
| Hex | F0 | AD | DC | 0 | 1C | 8 | 6 | 13E | 45 | 51 |
| Octal | 360 | 255 | 334 | 0 | 34 | 10 | 6 | 476 | 105 | 121 |
| Binary | 11110000 | 10101101 | 11011100 | 0 | 11100 | 1000 | 110 | 100111110 | 1000101 | 1010001 |
Color Harmonies of #F0ADDC
Complementary color
Monochromatic Colors of #F0ADDC
Black with #F0ADDC
Text Example
Text Example
White with #F0ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADDC; }
p { color: rgb(240,173,220); }
H1.HeaderClassName
{
color: #F0ADDC;
}
.AnyTagClassName
{
color: #F0ADDC;
}
</style>
background-color css
<style>
a { background-color: #F0ADDC; }
a { background-color: rgb(240,173,220); }
div.DivClassName
{
background-color: #F0ADDC;
}
.BgClassName
{
background-color: #F0ADDC;
}
</style>
border-color css
<style>
span { border-color: #F0ADDC; }
span { border-color: rgb(240,173,220); }
td.TdClassName
{
border-color: #F0ADDC;
}
.TagClassName
{
border-color: #F0ADDC;
}
</style>