Shades of Lavender Rose #F8BCEA
Tints of Lavender Rose #F8BCEA
RGB
CMYK
RGB Variations
Color information
#F8BCEA (or 0xF8BCEA) is known color: Lavender Rose. HEX triplet: F8, BC and EA. RGB value is (248,188,234). Sum of RGB (Red+Green+Blue) = 248+188+234=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCEA is #074315. Grayscale: #D3D3D3. Windows color (decimal): -475926 or 15383800. OLE color: 15383800.
HSL color Cylindrical-coordinate representation of color #F8BCEA: hue angle of 314º 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 #F8BCEA is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 234 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.03 |
| HSL | 314º | 0.81% | 0.85% | - |
| HSV(B) | 314º | 0.24% | 0.97% | - |
| XYZ | 71.55 | 61.86 | 86.01 | - |
| YUV | 211.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 234 | 0 | 0.24 | 0.06 | 0.03 | 314 | 0.81 | 0.85 |
| Hex | F8 | BC | EA | 0 | 18 | 6 | 3 | 13A | 51 | 55 |
| Octal | 370 | 274 | 352 | 0 | 30 | 6 | 3 | 472 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11101010 | 0 | 11000 | 110 | 11 | 100111010 | 1010001 | 1010101 |
Color Harmonies of #F8BCEA
Complementary color
Monochromatic Colors of #F8BCEA
Black with #F8BCEA
Text Example
Text Example
White with #F8BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCEA; }
p { color: rgb(248,188,234); }
H1.HeaderClassName
{
color: #F8BCEA;
}
.AnyTagClassName
{
color: #F8BCEA;
}
</style>
background-color css
<style>
a { background-color: #F8BCEA; }
a { background-color: rgb(248,188,234); }
div.DivClassName
{
background-color: #F8BCEA;
}
.BgClassName
{
background-color: #F8BCEA;
}
</style>
border-color css
<style>
span { border-color: #F8BCEA; }
span { border-color: rgb(248,188,234); }
td.TdClassName
{
border-color: #F8BCEA;
}
.TagClassName
{
border-color: #F8BCEA;
}
</style>