Shades of Lavender Rose #F8BCED
Tints of Lavender Rose #F8BCED
RGB
CMYK
RGB Variations
Color information
#F8BCED (or 0xF8BCED) is known color: Lavender Rose. HEX triplet: F8, BC and ED. RGB value is (248,188,237). Sum of RGB (Red+Green+Blue) = 248+188+237=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCED is #074312. Grayscale: #D3D3D3. Windows color (decimal): -475923 or 15580408. OLE color: 15580408.
HSL color Cylindrical-coordinate representation of color #F8BCED: hue angle of 311º 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 #F8BCED is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 237 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.03 |
| HSL | 311º | 0.81% | 0.85% | - |
| HSV(B) | 311º | 0.24% | 0.97% | - |
| XYZ | 71.98 | 62.04 | 88.3 | - |
| YUV | 211.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 237 | 0 | 0.24 | 0.04 | 0.03 | 311 | 0.81 | 0.85 |
| Hex | F8 | BC | ED | 0 | 18 | 4 | 3 | 137 | 51 | 55 |
| Octal | 370 | 274 | 355 | 0 | 30 | 4 | 3 | 467 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11101101 | 0 | 11000 | 100 | 11 | 100110111 | 1010001 | 1010101 |
Color Harmonies of #F8BCED
Complementary color
Monochromatic Colors of #F8BCED
Black with #F8BCED
Text Example
Text Example
White with #F8BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCED; }
p { color: rgb(248,188,237); }
H1.HeaderClassName
{
color: #F8BCED;
}
.AnyTagClassName
{
color: #F8BCED;
}
</style>
background-color css
<style>
a { background-color: #F8BCED; }
a { background-color: rgb(248,188,237); }
div.DivClassName
{
background-color: #F8BCED;
}
.BgClassName
{
background-color: #F8BCED;
}
</style>
border-color css
<style>
span { border-color: #F8BCED; }
span { border-color: rgb(248,188,237); }
td.TdClassName
{
border-color: #F8BCED;
}
.TagClassName
{
border-color: #F8BCED;
}
</style>