Shades of Lavender Rose #F7BCE6
Tints of Lavender Rose #F7BCE6
RGB
CMYK
RGB Variations
Color information
#F7BCE6 (or 0xF7BCE6) is known color: Lavender Rose. HEX triplet: F7, BC and E6. RGB value is (247,188,230). Sum of RGB (Red+Green+Blue) = 247+188+230=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BCE6 is #084319. Grayscale: #D2D2D2. Windows color (decimal): -541466 or 15121655. OLE color: 15121655.
HSL color Cylindrical-coordinate representation of color #F7BCE6: hue angle of 317.29º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BCE6 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 230 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.03 |
| HSL | 317.29º | 0.79% | 0.85% | - |
| HSV(B) | 317.29º | 0.24% | 0.97% | - |
| XYZ | 70.62 | 61.45 | 83 | - |
| YUV | 210.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 230 | 0 | 0.24 | 0.07 | 0.03 | 317.29 | 0.79 | 0.85 |
| Hex | F7 | BC | E6 | 0 | 18 | 7 | 3 | 13D | 4F | 55 |
| Octal | 367 | 274 | 346 | 0 | 30 | 7 | 3 | 475 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11100110 | 0 | 11000 | 111 | 11 | 100111101 | 1001111 | 1010101 |
Color Harmonies of #F7BCE6
Complementary color
Monochromatic Colors of #F7BCE6
Black with #F7BCE6
Text Example
Text Example
White with #F7BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCE6; }
p { color: rgb(247,188,230); }
H1.HeaderClassName
{
color: #F7BCE6;
}
.AnyTagClassName
{
color: #F7BCE6;
}
</style>
background-color css
<style>
a { background-color: #F7BCE6; }
a { background-color: rgb(247,188,230); }
div.DivClassName
{
background-color: #F7BCE6;
}
.BgClassName
{
background-color: #F7BCE6;
}
</style>
border-color css
<style>
span { border-color: #F7BCE6; }
span { border-color: rgb(247,188,230); }
td.TdClassName
{
border-color: #F7BCE6;
}
.TagClassName
{
border-color: #F7BCE6;
}
</style>