Shades of Lavender Rose #F9B7E5
Tints of Lavender Rose #F9B7E5
RGB
CMYK
RGB Variations
Color information
#F9B7E5 (or 0xF9B7E5) is known color: Lavender Rose. HEX triplet: F9, B7 and E5. RGB value is (249,183,229). Sum of RGB (Red+Green+Blue) = 249+183+229=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B7E5 is #06481A. Grayscale: #CFCFCF. Windows color (decimal): -411675 or 15054841. OLE color: 15054841.
HSL color Cylindrical-coordinate representation of color #F9B7E5: hue angle of 318.18º 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 #F9B7E5 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 183 | 229 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.02 |
| HSL | 318.18º | 0.85% | 0.85% | - |
| HSV(B) | 318.18º | 0.27% | 0.98% | - |
| XYZ | 70.14 | 59.66 | 81.95 | - |
| YUV | 207.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 183 | 229 | 0 | 0.27 | 0.08 | 0.02 | 318.18 | 0.85 | 0.85 |
| Hex | F9 | B7 | E5 | 0 | 1B | 8 | 2 | 13E | 55 | 55 |
| Octal | 371 | 267 | 345 | 0 | 33 | 10 | 2 | 476 | 125 | 125 |
| Binary | 11111001 | 10110111 | 11100101 | 0 | 11011 | 1000 | 10 | 100111110 | 1010101 | 1010101 |
Color Harmonies of #F9B7E5
Complementary color
Monochromatic Colors of #F9B7E5
Black with #F9B7E5
Text Example
Text Example
White with #F9B7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B7E5; }
p { color: rgb(249,183,229); }
H1.HeaderClassName
{
color: #F9B7E5;
}
.AnyTagClassName
{
color: #F9B7E5;
}
</style>
background-color css
<style>
a { background-color: #F9B7E5; }
a { background-color: rgb(249,183,229); }
div.DivClassName
{
background-color: #F9B7E5;
}
.BgClassName
{
background-color: #F9B7E5;
}
</style>
border-color css
<style>
span { border-color: #F9B7E5; }
span { border-color: rgb(249,183,229); }
td.TdClassName
{
border-color: #F9B7E5;
}
.TagClassName
{
border-color: #F9B7E5;
}
</style>