Shades of Lavender Rose #F9B1E9
Tints of Lavender Rose #F9B1E9
RGB
CMYK
RGB Variations
Color information
#F9B1E9 (or 0xF9B1E9) is known color: Lavender Rose. HEX triplet: F9, B1 and E9. RGB value is (249,177,233). Sum of RGB (Red+Green+Blue) = 249+177+233=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 177 (69.53% from 255 or 26.86% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B1E9 is #064E16. Grayscale: #CCCCCC. Windows color (decimal): -413207 or 15315449. OLE color: 15315449.
HSL color Cylindrical-coordinate representation of color #F9B1E9: hue angle of 313.33º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B1E9 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 233 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.02 |
| HSL | 313.33º | 0.86% | 0.84% | - |
| HSV(B) | 313.33º | 0.29% | 0.98% | - |
| XYZ | 69.5 | 57.47 | 84.52 | - |
| YUV | 204.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 233 | 0 | 0.29 | 0.06 | 0.02 | 313.33 | 0.86 | 0.84 |
| Hex | F9 | B1 | E9 | 0 | 1D | 6 | 2 | 139 | 56 | 54 |
| Octal | 371 | 261 | 351 | 0 | 35 | 6 | 2 | 471 | 126 | 124 |
| Binary | 11111001 | 10110001 | 11101001 | 0 | 11101 | 110 | 10 | 100111001 | 1010110 | 1010100 |
Color Harmonies of #F9B1E9
Complementary color
Monochromatic Colors of #F9B1E9
Black with #F9B1E9
Text Example
Text Example
White with #F9B1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B1E9; }
p { color: rgb(249,177,233); }
H1.HeaderClassName
{
color: #F9B1E9;
}
.AnyTagClassName
{
color: #F9B1E9;
}
</style>
background-color css
<style>
a { background-color: #F9B1E9; }
a { background-color: rgb(249,177,233); }
div.DivClassName
{
background-color: #F9B1E9;
}
.BgClassName
{
background-color: #F9B1E9;
}
</style>
border-color css
<style>
span { border-color: #F9B1E9; }
span { border-color: rgb(249,177,233); }
td.TdClassName
{
border-color: #F9B1E9;
}
.TagClassName
{
border-color: #F9B1E9;
}
</style>