Shades of Lavender Rose #F8BCE9
Tints of Lavender Rose #F8BCE9
RGB
CMYK
RGB Variations
Color information
#F8BCE9 (or 0xF8BCE9) is known color: Lavender Rose. HEX triplet: F8, BC and E9. RGB value is (248,188,233). Sum of RGB (Red+Green+Blue) = 248+188+233=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 233 (91.41% from 255 or 34.83% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCE9 is #074316. Grayscale: #D2D2D2. Windows color (decimal): -475927 or 15318264. OLE color: 15318264.
HSL color Cylindrical-coordinate representation of color #F8BCE9: hue angle of 315º 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 #F8BCE9 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 233 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.03 |
| HSL | 315º | 0.81% | 0.85% | - |
| HSV(B) | 315º | 0.24% | 0.97% | - |
| XYZ | 71.4 | 61.81 | 85.26 | - |
| YUV | 211.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 233 | 0 | 0.24 | 0.06 | 0.03 | 315 | 0.81 | 0.85 |
| Hex | F8 | BC | E9 | 0 | 18 | 6 | 3 | 13B | 51 | 55 |
| Octal | 370 | 274 | 351 | 0 | 30 | 6 | 3 | 473 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11101001 | 0 | 11000 | 110 | 11 | 100111011 | 1010001 | 1010101 |
Color Harmonies of #F8BCE9
Complementary color
Monochromatic Colors of #F8BCE9
Black with #F8BCE9
Text Example
Text Example
White with #F8BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCE9; }
p { color: rgb(248,188,233); }
H1.HeaderClassName
{
color: #F8BCE9;
}
.AnyTagClassName
{
color: #F8BCE9;
}
</style>
background-color css
<style>
a { background-color: #F8BCE9; }
a { background-color: rgb(248,188,233); }
div.DivClassName
{
background-color: #F8BCE9;
}
.BgClassName
{
background-color: #F8BCE9;
}
</style>
border-color css
<style>
span { border-color: #F8BCE9; }
span { border-color: rgb(248,188,233); }
td.TdClassName
{
border-color: #F8BCE9;
}
.TagClassName
{
border-color: #F8BCE9;
}
</style>