Shades of Lavender Rose #F9BDF0
Tints of Lavender Rose #F9BDF0
RGB
CMYK
RGB Variations
Color information
#F9BDF0 (or 0xF9BDF0) is known color: Lavender Rose. HEX triplet: F9, BD and F0. RGB value is (249,189,240). Sum of RGB (Red+Green+Blue) = 249+189+240=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDF0 is #06420F. Grayscale: #D4D4D4. Windows color (decimal): -410128 or 15777273. OLE color: 15777273.
HSL color Cylindrical-coordinate representation of color #F9BDF0: hue angle of 309º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BDF0 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 240 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.02 |
| HSL | 309º | 0.83% | 0.86% | - |
| HSV(B) | 309º | 0.24% | 0.98% | - |
| XYZ | 72.99 | 62.83 | 90.72 | - |
| YUV | 212.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 240 | 0 | 0.24 | 0.04 | 0.02 | 309 | 0.83 | 0.86 |
| Hex | F9 | BD | F0 | 0 | 18 | 4 | 2 | 135 | 53 | 56 |
| Octal | 371 | 275 | 360 | 0 | 30 | 4 | 2 | 465 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11110000 | 0 | 11000 | 100 | 10 | 100110101 | 1010011 | 1010110 |
Color Harmonies of #F9BDF0
Complementary color
Monochromatic Colors of #F9BDF0
Black with #F9BDF0
Text Example
Text Example
White with #F9BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDF0; }
p { color: rgb(249,189,240); }
H1.HeaderClassName
{
color: #F9BDF0;
}
.AnyTagClassName
{
color: #F9BDF0;
}
</style>
background-color css
<style>
a { background-color: #F9BDF0; }
a { background-color: rgb(249,189,240); }
div.DivClassName
{
background-color: #F9BDF0;
}
.BgClassName
{
background-color: #F9BDF0;
}
</style>
border-color css
<style>
span { border-color: #F9BDF0; }
span { border-color: rgb(249,189,240); }
td.TdClassName
{
border-color: #F9BDF0;
}
.TagClassName
{
border-color: #F9BDF0;
}
</style>