Shades of Lavender Rose #F4B9E3
Tints of Lavender Rose #F4B9E3
RGB
CMYK
RGB Variations
Color information
#F4B9E3 (or 0xF4B9E3) is known color: Lavender Rose. HEX triplet: F4, B9 and E3. RGB value is (244,185,227). Sum of RGB (Red+Green+Blue) = 244+185+227=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 185 (72.66% from 255 or 28.20% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B9E3 is #0B461C. Grayscale: #CFCFCF. Windows color (decimal): -738845 or 14924276. OLE color: 14924276.
HSL color Cylindrical-coordinate representation of color #F4B9E3: hue angle of 317.29º 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 #F4B9E3 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 185 | 227 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.04 |
| HSL | 317.29º | 0.73% | 0.84% | - |
| HSV(B) | 317.29º | 0.24% | 0.96% | - |
| XYZ | 68.52 | 59.48 | 80.54 | - |
| YUV | 207.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 185 | 227 | 0 | 0.24 | 0.07 | 0.04 | 317.29 | 0.73 | 0.84 |
| Hex | F4 | B9 | E3 | 0 | 18 | 7 | 4 | 13D | 49 | 54 |
| Octal | 364 | 271 | 343 | 0 | 30 | 7 | 4 | 475 | 111 | 124 |
| Binary | 11110100 | 10111001 | 11100011 | 0 | 11000 | 111 | 100 | 100111101 | 1001001 | 1010100 |
Color Harmonies of #F4B9E3
Complementary color
Monochromatic Colors of #F4B9E3
Black with #F4B9E3
Text Example
Text Example
White with #F4B9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B9E3; }
p { color: rgb(244,185,227); }
H1.HeaderClassName
{
color: #F4B9E3;
}
.AnyTagClassName
{
color: #F4B9E3;
}
</style>
background-color css
<style>
a { background-color: #F4B9E3; }
a { background-color: rgb(244,185,227); }
div.DivClassName
{
background-color: #F4B9E3;
}
.BgClassName
{
background-color: #F4B9E3;
}
</style>
border-color css
<style>
span { border-color: #F4B9E3; }
span { border-color: rgb(244,185,227); }
td.TdClassName
{
border-color: #F4B9E3;
}
.TagClassName
{
border-color: #F4B9E3;
}
</style>