Shades of Lavender Rose #F4B9E6
Tints of Lavender Rose #F4B9E6
RGB
CMYK
RGB Variations
Color information
#F4B9E6 (or 0xF4B9E6) is known color: Lavender Rose. HEX triplet: F4, B9 and E6. RGB value is (244,185,230). Sum of RGB (Red+Green+Blue) = 244+185+230=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B9E6 is #0B4619. Grayscale: #CFCFCF. Windows color (decimal): -738842 or 15120884. OLE color: 15120884.
HSL color Cylindrical-coordinate representation of color #F4B9E6: hue angle of 314.24º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4B9E6 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 185 | 230 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.04 |
| HSL | 314.24º | 0.73% | 0.84% | - |
| HSV(B) | 314.24º | 0.24% | 0.96% | - |
| XYZ | 68.94 | 59.64 | 82.74 | - |
| YUV | 207.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 185 | 230 | 0 | 0.24 | 0.06 | 0.04 | 314.24 | 0.73 | 0.84 |
| Hex | F4 | B9 | E6 | 0 | 18 | 6 | 4 | 13A | 49 | 54 |
| Octal | 364 | 271 | 346 | 0 | 30 | 6 | 4 | 472 | 111 | 124 |
| Binary | 11110100 | 10111001 | 11100110 | 0 | 11000 | 110 | 100 | 100111010 | 1001001 | 1010100 |
Color Harmonies of #F4B9E6
Complementary color
Monochromatic Colors of #F4B9E6
Black with #F4B9E6
Text Example
Text Example
White with #F4B9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B9E6; }
p { color: rgb(244,185,230); }
H1.HeaderClassName
{
color: #F4B9E6;
}
.AnyTagClassName
{
color: #F4B9E6;
}
</style>
background-color css
<style>
a { background-color: #F4B9E6; }
a { background-color: rgb(244,185,230); }
div.DivClassName
{
background-color: #F4B9E6;
}
.BgClassName
{
background-color: #F4B9E6;
}
</style>
border-color css
<style>
span { border-color: #F4B9E6; }
span { border-color: rgb(244,185,230); }
td.TdClassName
{
border-color: #F4B9E6;
}
.TagClassName
{
border-color: #F4B9E6;
}
</style>