Shades of Lavender Rose #F9B4EF
Tints of Lavender Rose #F9B4EF
RGB
CMYK
RGB Variations
Color information
#F9B4EF (or 0xF9B4EF) is known color: Lavender Rose. HEX triplet: F9, B4 and EF. RGB value is (249,180,239). Sum of RGB (Red+Green+Blue) = 249+180+239=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B4EF is #064B10. Grayscale: #CFCFCF. Windows color (decimal): -412433 or 15709433. OLE color: 15709433.
HSL color Cylindrical-coordinate representation of color #F9B4EF: hue angle of 308.7º 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 #F9B4EF is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 180 | 239 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.02 |
| HSL | 308.7º | 0.85% | 0.84% | - |
| HSV(B) | 308.7º | 0.28% | 0.98% | - |
| XYZ | 70.97 | 59.01 | 89.31 | - |
| YUV | 207.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 180 | 239 | 0 | 0.28 | 0.04 | 0.02 | 308.7 | 0.85 | 0.84 |
| Hex | F9 | B4 | EF | 0 | 1C | 4 | 2 | 135 | 55 | 54 |
| Octal | 371 | 264 | 357 | 0 | 34 | 4 | 2 | 465 | 125 | 124 |
| Binary | 11111001 | 10110100 | 11101111 | 0 | 11100 | 100 | 10 | 100110101 | 1010101 | 1010100 |
Color Harmonies of #F9B4EF
Complementary color
Monochromatic Colors of #F9B4EF
Black with #F9B4EF
Text Example
Text Example
White with #F9B4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B4EF; }
p { color: rgb(249,180,239); }
H1.HeaderClassName
{
color: #F9B4EF;
}
.AnyTagClassName
{
color: #F9B4EF;
}
</style>
background-color css
<style>
a { background-color: #F9B4EF; }
a { background-color: rgb(249,180,239); }
div.DivClassName
{
background-color: #F9B4EF;
}
.BgClassName
{
background-color: #F9B4EF;
}
</style>
border-color css
<style>
span { border-color: #F9B4EF; }
span { border-color: rgb(249,180,239); }
td.TdClassName
{
border-color: #F9B4EF;
}
.TagClassName
{
border-color: #F9B4EF;
}
</style>