Shades of Lavender Rose #F7BCEA
Tints of Lavender Rose #F7BCEA
RGB
CMYK
RGB Variations
Color information
#F7BCEA (or 0xF7BCEA) is known color: Lavender Rose. HEX triplet: F7, BC and EA. RGB value is (247,188,234). Sum of RGB (Red+Green+Blue) = 247+188+234=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BCEA is #084315. Grayscale: #D2D2D2. Windows color (decimal): -541462 or 15383799. OLE color: 15383799.
HSL color Cylindrical-coordinate representation of color #F7BCEA: hue angle of 313.22º 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 #F7BCEA is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 234 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.03 |
| HSL | 313.22º | 0.79% | 0.85% | - |
| HSV(B) | 313.22º | 0.24% | 0.97% | - |
| XYZ | 71.19 | 61.68 | 86 | - |
| YUV | 210.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 234 | 0 | 0.24 | 0.05 | 0.03 | 313.22 | 0.79 | 0.85 |
| Hex | F7 | BC | EA | 0 | 18 | 5 | 3 | 139 | 4F | 55 |
| Octal | 367 | 274 | 352 | 0 | 30 | 5 | 3 | 471 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11101010 | 0 | 11000 | 101 | 11 | 100111001 | 1001111 | 1010101 |
Color Harmonies of #F7BCEA
Complementary color
Monochromatic Colors of #F7BCEA
Black with #F7BCEA
Text Example
Text Example
White with #F7BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCEA; }
p { color: rgb(247,188,234); }
H1.HeaderClassName
{
color: #F7BCEA;
}
.AnyTagClassName
{
color: #F7BCEA;
}
</style>
background-color css
<style>
a { background-color: #F7BCEA; }
a { background-color: rgb(247,188,234); }
div.DivClassName
{
background-color: #F7BCEA;
}
.BgClassName
{
background-color: #F7BCEA;
}
</style>
border-color css
<style>
span { border-color: #F7BCEA; }
span { border-color: rgb(247,188,234); }
td.TdClassName
{
border-color: #F7BCEA;
}
.TagClassName
{
border-color: #F7BCEA;
}
</style>