Shades of Lavender Rose #F9B3EF
Tints of Lavender Rose #F9B3EF
RGB
CMYK
RGB Variations
Color information
#F9B3EF (or 0xF9B3EF) is known color: Lavender Rose. HEX triplet: F9, B3 and EF. RGB value is (249,179,239). Sum of RGB (Red+Green+Blue) = 249+179+239=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 179 (70.31% from 255 or 26.84% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B3EF is #064C10. Grayscale: #CECECE. Windows color (decimal): -412689 or 15709177. OLE color: 15709177.
HSL color Cylindrical-coordinate representation of color #F9B3EF: hue angle of 308.57º 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 #F9B3EF is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 239 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.02 |
| HSL | 308.57º | 0.85% | 0.84% | - |
| HSV(B) | 308.57º | 0.28% | 0.98% | - |
| XYZ | 70.77 | 58.61 | 89.24 | - |
| YUV | 206.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 239 | 0 | 0.28 | 0.04 | 0.02 | 308.57 | 0.85 | 0.84 |
| Hex | F9 | B3 | EF | 0 | 1C | 4 | 2 | 135 | 55 | 54 |
| Octal | 371 | 263 | 357 | 0 | 34 | 4 | 2 | 465 | 125 | 124 |
| Binary | 11111001 | 10110011 | 11101111 | 0 | 11100 | 100 | 10 | 100110101 | 1010101 | 1010100 |
Color Harmonies of #F9B3EF
Complementary color
Monochromatic Colors of #F9B3EF
Black with #F9B3EF
Text Example
Text Example
White with #F9B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B3EF; }
p { color: rgb(249,179,239); }
H1.HeaderClassName
{
color: #F9B3EF;
}
.AnyTagClassName
{
color: #F9B3EF;
}
</style>
background-color css
<style>
a { background-color: #F9B3EF; }
a { background-color: rgb(249,179,239); }
div.DivClassName
{
background-color: #F9B3EF;
}
.BgClassName
{
background-color: #F9B3EF;
}
</style>
border-color css
<style>
span { border-color: #F9B3EF; }
span { border-color: rgb(249,179,239); }
td.TdClassName
{
border-color: #F9B3EF;
}
.TagClassName
{
border-color: #F9B3EF;
}
</style>