Shades of Lavender Rose #F8BDE9
Tints of Lavender Rose #F8BDE9
RGB
CMYK
RGB Variations
Color information
#F8BDE9 (or 0xF8BDE9) is known color: Lavender Rose. HEX triplet: F8, BD and E9. RGB value is (248,189,233). Sum of RGB (Red+Green+Blue) = 248+189+233=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDE9 is #074216. Grayscale: #D3D3D3. Windows color (decimal): -475671 or 15318520. OLE color: 15318520.
HSL color Cylindrical-coordinate representation of color #F8BDE9: hue angle of 315.25º 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 #F8BDE9 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 233 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.03 |
| HSL | 315.25º | 0.81% | 0.86% | - |
| HSV(B) | 315.25º | 0.24% | 0.97% | - |
| XYZ | 71.62 | 62.23 | 85.33 | - |
| YUV | 211.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 233 | 0 | 0.24 | 0.06 | 0.03 | 315.25 | 0.81 | 0.86 |
| Hex | F8 | BD | E9 | 0 | 18 | 6 | 3 | 13B | 51 | 56 |
| Octal | 370 | 275 | 351 | 0 | 30 | 6 | 3 | 473 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11101001 | 0 | 11000 | 110 | 11 | 100111011 | 1010001 | 1010110 |
Color Harmonies of #F8BDE9
Complementary color
Monochromatic Colors of #F8BDE9
Black with #F8BDE9
Text Example
Text Example
White with #F8BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDE9; }
p { color: rgb(248,189,233); }
H1.HeaderClassName
{
color: #F8BDE9;
}
.AnyTagClassName
{
color: #F8BDE9;
}
</style>
background-color css
<style>
a { background-color: #F8BDE9; }
a { background-color: rgb(248,189,233); }
div.DivClassName
{
background-color: #F8BDE9;
}
.BgClassName
{
background-color: #F8BDE9;
}
</style>
border-color css
<style>
span { border-color: #F8BDE9; }
span { border-color: rgb(248,189,233); }
td.TdClassName
{
border-color: #F8BDE9;
}
.TagClassName
{
border-color: #F8BDE9;
}
</style>