Shades of Lavender Rose #F4B6EC
Tints of Lavender Rose #F4B6EC
RGB
CMYK
RGB Variations
Color information
#F4B6EC (or 0xF4B6EC) is known color: Lavender Rose. HEX triplet: F4, B6 and EC. RGB value is (244,182,236). Sum of RGB (Red+Green+Blue) = 244+182+236=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B6EC is #0B4913. Grayscale: #CECECE. Windows color (decimal): -739604 or 15513332. OLE color: 15513332.
HSL color Cylindrical-coordinate representation of color #F4B6EC: hue angle of 307.74º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4B6EC is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 182 | 236 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.04 |
| HSL | 307.74º | 0.74% | 0.84% | - |
| HSV(B) | 307.74º | 0.25% | 0.96% | - |
| XYZ | 69.18 | 58.75 | 87.05 | - |
| YUV | 206.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 182 | 236 | 0 | 0.25 | 0.03 | 0.04 | 307.74 | 0.74 | 0.84 |
| Hex | F4 | B6 | EC | 0 | 19 | 3 | 4 | 134 | 4A | 54 |
| Octal | 364 | 266 | 354 | 0 | 31 | 3 | 4 | 464 | 112 | 124 |
| Binary | 11110100 | 10110110 | 11101100 | 0 | 11001 | 11 | 100 | 100110100 | 1001010 | 1010100 |
Color Harmonies of #F4B6EC
Complementary color
Monochromatic Colors of #F4B6EC
Black with #F4B6EC
Text Example
Text Example
White with #F4B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B6EC; }
p { color: rgb(244,182,236); }
H1.HeaderClassName
{
color: #F4B6EC;
}
.AnyTagClassName
{
color: #F4B6EC;
}
</style>
background-color css
<style>
a { background-color: #F4B6EC; }
a { background-color: rgb(244,182,236); }
div.DivClassName
{
background-color: #F4B6EC;
}
.BgClassName
{
background-color: #F4B6EC;
}
</style>
border-color css
<style>
span { border-color: #F4B6EC; }
span { border-color: rgb(244,182,236); }
td.TdClassName
{
border-color: #F4B6EC;
}
.TagClassName
{
border-color: #F4B6EC;
}
</style>