Shades of Lavender Rose #F9BDF2
Tints of Lavender Rose #F9BDF2
RGB
CMYK
RGB Variations
Color information
#F9BDF2 (or 0xF9BDF2) is known color: Lavender Rose. HEX triplet: F9, BD and F2. RGB value is (249,189,242). Sum of RGB (Red+Green+Blue) = 249+189+242=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDF2 is #06420D. Grayscale: #D4D4D4. Windows color (decimal): -410126 or 15908345. OLE color: 15908345.
HSL color Cylindrical-coordinate representation of color #F9BDF2: hue angle of 307º 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 #F9BDF2 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 242 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.02 |
| HSL | 307º | 0.83% | 0.86% | - |
| HSV(B) | 307º | 0.24% | 0.98% | - |
| XYZ | 73.29 | 62.95 | 92.29 | - |
| YUV | 212.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 242 | 0 | 0.24 | 0.03 | 0.02 | 307 | 0.83 | 0.86 |
| Hex | F9 | BD | F2 | 0 | 18 | 3 | 2 | 133 | 53 | 56 |
| Octal | 371 | 275 | 362 | 0 | 30 | 3 | 2 | 463 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11110010 | 0 | 11000 | 11 | 10 | 100110011 | 1010011 | 1010110 |
Color Harmonies of #F9BDF2
Complementary color
Monochromatic Colors of #F9BDF2
Black with #F9BDF2
Text Example
Text Example
White with #F9BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDF2; }
p { color: rgb(249,189,242); }
H1.HeaderClassName
{
color: #F9BDF2;
}
.AnyTagClassName
{
color: #F9BDF2;
}
</style>
background-color css
<style>
a { background-color: #F9BDF2; }
a { background-color: rgb(249,189,242); }
div.DivClassName
{
background-color: #F9BDF2;
}
.BgClassName
{
background-color: #F9BDF2;
}
</style>
border-color css
<style>
span { border-color: #F9BDF2; }
span { border-color: rgb(249,189,242); }
td.TdClassName
{
border-color: #F9BDF2;
}
.TagClassName
{
border-color: #F9BDF2;
}
</style>