Shades of Lavender Rose #F9BCE8
Tints of Lavender Rose #F9BCE8
RGB
CMYK
RGB Variations
Color information
#F9BCE8 (or 0xF9BCE8) is known color: Lavender Rose. HEX triplet: F9, BC and E8. RGB value is (249,188,232). Sum of RGB (Red+Green+Blue) = 249+188+232=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BCE8 is #064317. Grayscale: #D3D3D3. Windows color (decimal): -410392 or 15252729. OLE color: 15252729.
HSL color Cylindrical-coordinate representation of color #F9BCE8: hue angle of 316.72º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCE8 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 232 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.02 |
| HSL | 316.72º | 0.84% | 0.86% | - |
| HSV(B) | 316.72º | 0.24% | 0.98% | - |
| XYZ | 71.62 | 61.93 | 84.52 | - |
| YUV | 211.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 232 | 0 | 0.24 | 0.07 | 0.02 | 316.72 | 0.84 | 0.86 |
| Hex | F9 | BC | E8 | 0 | 18 | 7 | 2 | 13D | 54 | 56 |
| Octal | 371 | 274 | 350 | 0 | 30 | 7 | 2 | 475 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11101000 | 0 | 11000 | 111 | 10 | 100111101 | 1010100 | 1010110 |
Color Harmonies of #F9BCE8
Complementary color
Monochromatic Colors of #F9BCE8
Black with #F9BCE8
Text Example
Text Example
White with #F9BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCE8; }
p { color: rgb(249,188,232); }
H1.HeaderClassName
{
color: #F9BCE8;
}
.AnyTagClassName
{
color: #F9BCE8;
}
</style>
background-color css
<style>
a { background-color: #F9BCE8; }
a { background-color: rgb(249,188,232); }
div.DivClassName
{
background-color: #F9BCE8;
}
.BgClassName
{
background-color: #F9BCE8;
}
</style>
border-color css
<style>
span { border-color: #F9BCE8; }
span { border-color: rgb(249,188,232); }
td.TdClassName
{
border-color: #F9BCE8;
}
.TagClassName
{
border-color: #F9BCE8;
}
</style>