Shades of Lavender Rose #F8BDEB
Tints of Lavender Rose #F8BDEB
RGB
CMYK
RGB Variations
Color information
#F8BDEB (or 0xF8BDEB) is known color: Lavender Rose. HEX triplet: F8, BD and EB. RGB value is (248,189,235). Sum of RGB (Red+Green+Blue) = 248+189+235=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDEB is #074214. Grayscale: #D3D3D3. Windows color (decimal): -475669 or 15449592. OLE color: 15449592.
HSL color Cylindrical-coordinate representation of color #F8BDEB: hue angle of 313.22º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDEB is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 235 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.03 |
| HSL | 313.22º | 0.81% | 0.86% | - |
| HSV(B) | 313.22º | 0.24% | 0.97% | - |
| XYZ | 71.9 | 62.35 | 86.84 | - |
| YUV | 211.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 235 | 0 | 0.24 | 0.05 | 0.03 | 313.22 | 0.81 | 0.86 |
| Hex | F8 | BD | EB | 0 | 18 | 5 | 3 | 139 | 51 | 56 |
| Octal | 370 | 275 | 353 | 0 | 30 | 5 | 3 | 471 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11101011 | 0 | 11000 | 101 | 11 | 100111001 | 1010001 | 1010110 |
Color Harmonies of #F8BDEB
Complementary color
Monochromatic Colors of #F8BDEB
Black with #F8BDEB
Text Example
Text Example
White with #F8BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDEB; }
p { color: rgb(248,189,235); }
H1.HeaderClassName
{
color: #F8BDEB;
}
.AnyTagClassName
{
color: #F8BDEB;
}
</style>
background-color css
<style>
a { background-color: #F8BDEB; }
a { background-color: rgb(248,189,235); }
div.DivClassName
{
background-color: #F8BDEB;
}
.BgClassName
{
background-color: #F8BDEB;
}
</style>
border-color css
<style>
span { border-color: #F8BDEB; }
span { border-color: rgb(248,189,235); }
td.TdClassName
{
border-color: #F8BDEB;
}
.TagClassName
{
border-color: #F8BDEB;
}
</style>