Shades of Lavender Rose #F8BDE8
Tints of Lavender Rose #F8BDE8
RGB
CMYK
RGB Variations
Color information
#F8BDE8 (or 0xF8BDE8) is known color: Lavender Rose. HEX triplet: F8, BD and E8. RGB value is (248,189,232). Sum of RGB (Red+Green+Blue) = 248+189+232=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDE8 is #074217. Grayscale: #D3D3D3. Windows color (decimal): -475672 or 15252984. OLE color: 15252984.
HSL color Cylindrical-coordinate representation of color #F8BDE8: hue angle of 316.27º 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 #F8BDE8 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 232 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.03 |
| HSL | 316.27º | 0.81% | 0.86% | - |
| HSV(B) | 316.27º | 0.24% | 0.97% | - |
| XYZ | 71.47 | 62.18 | 84.58 | - |
| YUV | 211.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 232 | 0 | 0.24 | 0.06 | 0.03 | 316.27 | 0.81 | 0.86 |
| Hex | F8 | BD | E8 | 0 | 18 | 6 | 3 | 13C | 51 | 56 |
| Octal | 370 | 275 | 350 | 0 | 30 | 6 | 3 | 474 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11101000 | 0 | 11000 | 110 | 11 | 100111100 | 1010001 | 1010110 |
Color Harmonies of #F8BDE8
Complementary color
Monochromatic Colors of #F8BDE8
Black with #F8BDE8
Text Example
Text Example
White with #F8BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDE8; }
p { color: rgb(248,189,232); }
H1.HeaderClassName
{
color: #F8BDE8;
}
.AnyTagClassName
{
color: #F8BDE8;
}
</style>
background-color css
<style>
a { background-color: #F8BDE8; }
a { background-color: rgb(248,189,232); }
div.DivClassName
{
background-color: #F8BDE8;
}
.BgClassName
{
background-color: #F8BDE8;
}
</style>
border-color css
<style>
span { border-color: #F8BDE8; }
span { border-color: rgb(248,189,232); }
td.TdClassName
{
border-color: #F8BDE8;
}
.TagClassName
{
border-color: #F8BDE8;
}
</style>