Shades of Lavender Rose #F0ADDB
Tints of Lavender Rose #F0ADDB
RGB
CMYK
RGB Variations
Color information
#F0ADDB (or 0xF0ADDB) is known color: Lavender Rose. HEX triplet: F0, AD and DB. RGB value is (240,173,219). Sum of RGB (Red+Green+Blue) = 240+173+219=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADDB is #0F5224. Grayscale: #C6C6C6. Windows color (decimal): -1004069 or 14396912. OLE color: 14396912.
HSL color Cylindrical-coordinate representation of color #F0ADDB: hue angle of 318.81º 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 #F0ADDB is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 173 | 219 | - |
CMYK | 0 | 0.28 | 0.09 | 0.06 |
HSL | 318.81º | 0.69% | 0.81% | - |
HSV(B) | 318.81º | 0.28% | 0.94% | - |
XYZ | 63.66 | 53.53 | 73.99 | - |
YUV | 198.28 | 139.7 | 157.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 173 | 219 | 0 | 0.28 | 0.09 | 0.06 | 318.81 | 0.69 | 0.81 |
Hex | F0 | AD | DB | 0 | 1C | 9 | 6 | 13F | 45 | 51 |
Octal | 360 | 255 | 333 | 0 | 34 | 11 | 6 | 477 | 105 | 121 |
Binary | 11110000 | 10101101 | 11011011 | 0 | 11100 | 1001 | 110 | 100111111 | 1000101 | 1010001 |
Color Harmonies of #F0ADDB
Complementary color
Monochromatic Colors of #F0ADDB
Black with #F0ADDB
Text Example
Text Example
White with #F0ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADDB; }
p { color: rgb(240,173,219); }
H1.HeaderClassName
{
color: #F0ADDB;
}
.AnyTagClassName
{
color: #F0ADDB;
}
</style>
background-color css
<style>
a { background-color: #F0ADDB; }
a { background-color: rgb(240,173,219); }
div.DivClassName
{
background-color: #F0ADDB;
}
.BgClassName
{
background-color: #F0ADDB;
}
</style>
border-color css
<style>
span { border-color: #F0ADDB; }
span { border-color: rgb(240,173,219); }
td.TdClassName
{
border-color: #F0ADDB;
}
.TagClassName
{
border-color: #F0ADDB;
}
</style>