Shades of Lavender Rose #F9B3E6
Tints of Lavender Rose #F9B3E6
RGB
CMYK
RGB Variations
Color information
#F9B3E6 (or 0xF9B3E6) is known color: Lavender Rose. HEX triplet: F9, B3 and E6. RGB value is (249,179,230). Sum of RGB (Red+Green+Blue) = 249+179+230=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 179 (70.31% from 255 or 27.20% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B3E6 is #064C19. Grayscale: #CDCDCD. Windows color (decimal): -412698 or 15119353. OLE color: 15119353.
HSL color Cylindrical-coordinate representation of color #F9B3E6: hue angle of 316.29º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9B3E6 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 230 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.02 |
| HSL | 316.29º | 0.85% | 0.84% | - |
| HSV(B) | 316.29º | 0.28% | 0.98% | - |
| XYZ | 69.47 | 58.09 | 82.41 | - |
| YUV | 205.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 230 | 0 | 0.28 | 0.08 | 0.02 | 316.29 | 0.85 | 0.84 |
| Hex | F9 | B3 | E6 | 0 | 1C | 8 | 2 | 13C | 55 | 54 |
| Octal | 371 | 263 | 346 | 0 | 34 | 10 | 2 | 474 | 125 | 124 |
| Binary | 11111001 | 10110011 | 11100110 | 0 | 11100 | 1000 | 10 | 100111100 | 1010101 | 1010100 |
Color Harmonies of #F9B3E6
Complementary color
Monochromatic Colors of #F9B3E6
Black with #F9B3E6
Text Example
Text Example
White with #F9B3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B3E6; }
p { color: rgb(249,179,230); }
H1.HeaderClassName
{
color: #F9B3E6;
}
.AnyTagClassName
{
color: #F9B3E6;
}
</style>
background-color css
<style>
a { background-color: #F9B3E6; }
a { background-color: rgb(249,179,230); }
div.DivClassName
{
background-color: #F9B3E6;
}
.BgClassName
{
background-color: #F9B3E6;
}
</style>
border-color css
<style>
span { border-color: #F9B3E6; }
span { border-color: rgb(249,179,230); }
td.TdClassName
{
border-color: #F9B3E6;
}
.TagClassName
{
border-color: #F9B3E6;
}
</style>