Shades of Lavender Rose #F7BCF0
Tints of Lavender Rose #F7BCF0
RGB
CMYK
RGB Variations
Color information
#F7BCF0 (or 0xF7BCF0) is known color: Lavender Rose. HEX triplet: F7, BC and F0. RGB value is (247,188,240). Sum of RGB (Red+Green+Blue) = 247+188+240=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BCF0 is #08430F. Grayscale: #D3D3D3. Windows color (decimal): -541456 or 15777015. OLE color: 15777015.
HSL color Cylindrical-coordinate representation of color #F7BCF0: hue angle of 307.12º 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 #F7BCF0 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 240 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.03 |
| HSL | 307.12º | 0.79% | 0.85% | - |
| HSV(B) | 307.12º | 0.24% | 0.97% | - |
| XYZ | 72.07 | 62.03 | 90.61 | - |
| YUV | 211.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 240 | 0 | 0.24 | 0.03 | 0.03 | 307.12 | 0.79 | 0.85 |
| Hex | F7 | BC | F0 | 0 | 18 | 3 | 3 | 133 | 4F | 55 |
| Octal | 367 | 274 | 360 | 0 | 30 | 3 | 3 | 463 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11110000 | 0 | 11000 | 11 | 11 | 100110011 | 1001111 | 1010101 |
Color Harmonies of #F7BCF0
Complementary color
Monochromatic Colors of #F7BCF0
Black with #F7BCF0
Text Example
Text Example
White with #F7BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCF0; }
p { color: rgb(247,188,240); }
H1.HeaderClassName
{
color: #F7BCF0;
}
.AnyTagClassName
{
color: #F7BCF0;
}
</style>
background-color css
<style>
a { background-color: #F7BCF0; }
a { background-color: rgb(247,188,240); }
div.DivClassName
{
background-color: #F7BCF0;
}
.BgClassName
{
background-color: #F7BCF0;
}
</style>
border-color css
<style>
span { border-color: #F7BCF0; }
span { border-color: rgb(247,188,240); }
td.TdClassName
{
border-color: #F7BCF0;
}
.TagClassName
{
border-color: #F7BCF0;
}
</style>