Shades of Lavender Rose #F9ADED
Tints of Lavender Rose #F9ADED
RGB
CMYK
RGB Variations
Color information
#F9ADED (or 0xF9ADED) is known color: Lavender Rose. HEX triplet: F9, AD and ED. RGB value is (249,173,237). Sum of RGB (Red+Green+Blue) = 249+173+237=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ADED is #065212. Grayscale: #CACACA. Windows color (decimal): -414227 or 15576569. OLE color: 15576569.
HSL color Cylindrical-coordinate representation of color #F9ADED: hue angle of 309.47º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADED is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 173 | 237 | - |
CMYK | 0 | 0.31 | 0.05 | 0.02 |
HSL | 309.47º | 0.86% | 0.83% | - |
HSV(B) | 309.47º | 0.31% | 0.98% | - |
XYZ | 69.3 | 56.14 | 87.3 | - |
YUV | 203.02 | 147.18 | 160.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 173 | 237 | 0 | 0.31 | 0.05 | 0.02 | 309.47 | 0.86 | 0.83 |
Hex | F9 | AD | ED | 0 | 1F | 5 | 2 | 135 | 56 | 53 |
Octal | 371 | 255 | 355 | 0 | 37 | 5 | 2 | 465 | 126 | 123 |
Binary | 11111001 | 10101101 | 11101101 | 0 | 11111 | 101 | 10 | 100110101 | 1010110 | 1010011 |
Color Harmonies of #F9ADED
Complementary color
Monochromatic Colors of #F9ADED
Black with #F9ADED
Text Example
Text Example
White with #F9ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADED; }
p { color: rgb(249,173,237); }
H1.HeaderClassName
{
color: #F9ADED;
}
.AnyTagClassName
{
color: #F9ADED;
}
</style>
background-color css
<style>
a { background-color: #F9ADED; }
a { background-color: rgb(249,173,237); }
div.DivClassName
{
background-color: #F9ADED;
}
.BgClassName
{
background-color: #F9ADED;
}
</style>
border-color css
<style>
span { border-color: #F9ADED; }
span { border-color: rgb(249,173,237); }
td.TdClassName
{
border-color: #F9ADED;
}
.TagClassName
{
border-color: #F9ADED;
}
</style>