Shades of Lavender Rose #F9B5E5
Tints of Lavender Rose #F9B5E5
RGB
CMYK
RGB Variations
Color information
#F9B5E5 (or 0xF9B5E5) is known color: Lavender Rose. HEX triplet: F9, B5 and E5. RGB value is (249,181,229). Sum of RGB (Red+Green+Blue) = 249+181+229=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B5E5 is #064A1A. Grayscale: #CECECE. Windows color (decimal): -412187 or 15054329. OLE color: 15054329.
HSL color Cylindrical-coordinate representation of color #F9B5E5: hue angle of 317.65º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B5E5 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 181 | 229 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.02 |
| HSL | 317.65º | 0.85% | 0.84% | - |
| HSV(B) | 317.65º | 0.27% | 0.98% | - |
| XYZ | 69.73 | 58.84 | 81.81 | - |
| YUV | 206.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 181 | 229 | 0 | 0.27 | 0.08 | 0.02 | 317.65 | 0.85 | 0.84 |
| Hex | F9 | B5 | E5 | 0 | 1B | 8 | 2 | 13E | 55 | 54 |
| Octal | 371 | 265 | 345 | 0 | 33 | 10 | 2 | 476 | 125 | 124 |
| Binary | 11111001 | 10110101 | 11100101 | 0 | 11011 | 1000 | 10 | 100111110 | 1010101 | 1010100 |
Color Harmonies of #F9B5E5
Complementary color
Monochromatic Colors of #F9B5E5
Black with #F9B5E5
Text Example
Text Example
White with #F9B5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B5E5; }
p { color: rgb(249,181,229); }
H1.HeaderClassName
{
color: #F9B5E5;
}
.AnyTagClassName
{
color: #F9B5E5;
}
</style>
background-color css
<style>
a { background-color: #F9B5E5; }
a { background-color: rgb(249,181,229); }
div.DivClassName
{
background-color: #F9B5E5;
}
.BgClassName
{
background-color: #F9B5E5;
}
</style>
border-color css
<style>
span { border-color: #F9B5E5; }
span { border-color: rgb(249,181,229); }
td.TdClassName
{
border-color: #F9B5E5;
}
.TagClassName
{
border-color: #F9B5E5;
}
</style>