Shades of Lavender Rose #F7BCF2
Tints of Lavender Rose #F7BCF2
RGB
CMYK
RGB Variations
Color information
#F7BCF2 (or 0xF7BCF2) is known color: Lavender Rose. HEX triplet: F7, BC and F2. RGB value is (247,188,242). Sum of RGB (Red+Green+Blue) = 247+188+242=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BCF2 is #08430D. Grayscale: #D3D3D3. Windows color (decimal): -541454 or 15908087. OLE color: 15908087.
HSL color Cylindrical-coordinate representation of color #F7BCF2: hue angle of 305.08º 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 #F7BCF2 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 242 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.03 |
| HSL | 305.08º | 0.79% | 0.85% | - |
| HSV(B) | 305.08º | 0.24% | 0.97% | - |
| XYZ | 72.37 | 62.15 | 92.19 | - |
| YUV | 211.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 242 | 0 | 0.24 | 0.02 | 0.03 | 305.08 | 0.79 | 0.85 |
| Hex | F7 | BC | F2 | 0 | 18 | 2 | 3 | 131 | 4F | 55 |
| Octal | 367 | 274 | 362 | 0 | 30 | 2 | 3 | 461 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11110010 | 0 | 11000 | 10 | 11 | 100110001 | 1001111 | 1010101 |
Color Harmonies of #F7BCF2
Complementary color
Monochromatic Colors of #F7BCF2
Black with #F7BCF2
Text Example
Text Example
White with #F7BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCF2; }
p { color: rgb(247,188,242); }
H1.HeaderClassName
{
color: #F7BCF2;
}
.AnyTagClassName
{
color: #F7BCF2;
}
</style>
background-color css
<style>
a { background-color: #F7BCF2; }
a { background-color: rgb(247,188,242); }
div.DivClassName
{
background-color: #F7BCF2;
}
.BgClassName
{
background-color: #F7BCF2;
}
</style>
border-color css
<style>
span { border-color: #F7BCF2; }
span { border-color: rgb(247,188,242); }
td.TdClassName
{
border-color: #F7BCF2;
}
.TagClassName
{
border-color: #F7BCF2;
}
</style>