Shades of Lavender Rose #F8BCE7
Tints of Lavender Rose #F8BCE7
RGB
CMYK
RGB Variations
Color information
#F8BCE7 (or 0xF8BCE7) is known color: Lavender Rose. HEX triplet: F8, BC and E7. RGB value is (248,188,231). Sum of RGB (Red+Green+Blue) = 248+188+231=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCE7 is #074318. Grayscale: #D2D2D2. Windows color (decimal): -475929 or 15187192. OLE color: 15187192.
HSL color Cylindrical-coordinate representation of color #F8BCE7: hue angle of 317º degrees, saturation: 0.81, 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 #F8BCE7 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 231 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.03 |
| HSL | 317º | 0.81% | 0.85% | - |
| HSV(B) | 317º | 0.24% | 0.97% | - |
| XYZ | 71.12 | 61.69 | 83.76 | - |
| YUV | 210.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 231 | 0 | 0.24 | 0.07 | 0.03 | 317 | 0.81 | 0.85 |
| Hex | F8 | BC | E7 | 0 | 18 | 7 | 3 | 13D | 51 | 55 |
| Octal | 370 | 274 | 347 | 0 | 30 | 7 | 3 | 475 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11100111 | 0 | 11000 | 111 | 11 | 100111101 | 1010001 | 1010101 |
Color Harmonies of #F8BCE7
Complementary color
Monochromatic Colors of #F8BCE7
Black with #F8BCE7
Text Example
Text Example
White with #F8BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCE7; }
p { color: rgb(248,188,231); }
H1.HeaderClassName
{
color: #F8BCE7;
}
.AnyTagClassName
{
color: #F8BCE7;
}
</style>
background-color css
<style>
a { background-color: #F8BCE7; }
a { background-color: rgb(248,188,231); }
div.DivClassName
{
background-color: #F8BCE7;
}
.BgClassName
{
background-color: #F8BCE7;
}
</style>
border-color css
<style>
span { border-color: #F8BCE7; }
span { border-color: rgb(248,188,231); }
td.TdClassName
{
border-color: #F8BCE7;
}
.TagClassName
{
border-color: #F8BCE7;
}
</style>