Shades of Lavender Rose #F9B3EE
Tints of Lavender Rose #F9B3EE
RGB
CMYK
RGB Variations
Color information
#F9B3EE (or 0xF9B3EE) is known color: Lavender Rose. HEX triplet: F9, B3 and EE. RGB value is (249,179,238). Sum of RGB (Red+Green+Blue) = 249+179+238=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 179 (70.31% from 255 or 26.88% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B3EE is #064C11. Grayscale: #CECECE. Windows color (decimal): -412690 or 15643641. OLE color: 15643641.
HSL color Cylindrical-coordinate representation of color #F9B3EE: hue angle of 309.43º 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 #F9B3EE is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 238 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.02 |
| HSL | 309.43º | 0.85% | 0.84% | - |
| HSV(B) | 309.43º | 0.28% | 0.98% | - |
| XYZ | 70.62 | 58.55 | 88.47 | - |
| YUV | 206.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 238 | 0 | 0.28 | 0.04 | 0.02 | 309.43 | 0.85 | 0.84 |
| Hex | F9 | B3 | EE | 0 | 1C | 4 | 2 | 135 | 55 | 54 |
| Octal | 371 | 263 | 356 | 0 | 34 | 4 | 2 | 465 | 125 | 124 |
| Binary | 11111001 | 10110011 | 11101110 | 0 | 11100 | 100 | 10 | 100110101 | 1010101 | 1010100 |
Color Harmonies of #F9B3EE
Complementary color
Monochromatic Colors of #F9B3EE
Black with #F9B3EE
Text Example
Text Example
White with #F9B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B3EE; }
p { color: rgb(249,179,238); }
H1.HeaderClassName
{
color: #F9B3EE;
}
.AnyTagClassName
{
color: #F9B3EE;
}
</style>
background-color css
<style>
a { background-color: #F9B3EE; }
a { background-color: rgb(249,179,238); }
div.DivClassName
{
background-color: #F9B3EE;
}
.BgClassName
{
background-color: #F9B3EE;
}
</style>
border-color css
<style>
span { border-color: #F9B3EE; }
span { border-color: rgb(249,179,238); }
td.TdClassName
{
border-color: #F9B3EE;
}
.TagClassName
{
border-color: #F9B3EE;
}
</style>