Shades of Lavender Rose #F9B7E6
Tints of Lavender Rose #F9B7E6
RGB
CMYK
RGB Variations
Color information
#F9B7E6 (or 0xF9B7E6) is known color: Lavender Rose. HEX triplet: F9, B7 and E6. RGB value is (249,183,230). Sum of RGB (Red+Green+Blue) = 249+183+230=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 183 (71.88% from 255 or 27.64% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B7E6 is #064819. Grayscale: #CFCFCF. Windows color (decimal): -411674 or 15120377. OLE color: 15120377.
HSL color Cylindrical-coordinate representation of color #F9B7E6: hue angle of 317.27º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B7E6 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 183 | 230 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.02 |
| HSL | 317.27º | 0.85% | 0.85% | - |
| HSV(B) | 317.27º | 0.27% | 0.98% | - |
| XYZ | 70.28 | 59.72 | 82.69 | - |
| YUV | 208.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 183 | 230 | 0 | 0.27 | 0.08 | 0.02 | 317.27 | 0.85 | 0.85 |
| Hex | F9 | B7 | E6 | 0 | 1B | 8 | 2 | 13D | 55 | 55 |
| Octal | 371 | 267 | 346 | 0 | 33 | 10 | 2 | 475 | 125 | 125 |
| Binary | 11111001 | 10110111 | 11100110 | 0 | 11011 | 1000 | 10 | 100111101 | 1010101 | 1010101 |
Color Harmonies of #F9B7E6
Complementary color
Monochromatic Colors of #F9B7E6
Black with #F9B7E6
Text Example
Text Example
White with #F9B7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B7E6; }
p { color: rgb(249,183,230); }
H1.HeaderClassName
{
color: #F9B7E6;
}
.AnyTagClassName
{
color: #F9B7E6;
}
</style>
background-color css
<style>
a { background-color: #F9B7E6; }
a { background-color: rgb(249,183,230); }
div.DivClassName
{
background-color: #F9B7E6;
}
.BgClassName
{
background-color: #F9B7E6;
}
</style>
border-color css
<style>
span { border-color: #F9B7E6; }
span { border-color: rgb(249,183,230); }
td.TdClassName
{
border-color: #F9B7E6;
}
.TagClassName
{
border-color: #F9B7E6;
}
</style>