Shades of Lavender Rose #F8BDEC
Tints of Lavender Rose #F8BDEC
RGB
CMYK
RGB Variations
Color information
#F8BDEC (or 0xF8BDEC) is known color: Lavender Rose. HEX triplet: F8, BD and EC. RGB value is (248,189,236). Sum of RGB (Red+Green+Blue) = 248+189+236=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDEC is #074213. Grayscale: #D3D3D3. Windows color (decimal): -475668 or 15515128. OLE color: 15515128.
HSL color Cylindrical-coordinate representation of color #F8BDEC: hue angle of 312.2º 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 #F8BDEC is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 236 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.03 |
| HSL | 312.2º | 0.81% | 0.86% | - |
| HSV(B) | 312.2º | 0.24% | 0.97% | - |
| XYZ | 72.05 | 62.41 | 87.61 | - |
| YUV | 212 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 236 | 0 | 0.24 | 0.05 | 0.03 | 312.2 | 0.81 | 0.86 |
| Hex | F8 | BD | EC | 0 | 18 | 5 | 3 | 138 | 51 | 56 |
| Octal | 370 | 275 | 354 | 0 | 30 | 5 | 3 | 470 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11101100 | 0 | 11000 | 101 | 11 | 100111000 | 1010001 | 1010110 |
Color Harmonies of #F8BDEC
Complementary color
Monochromatic Colors of #F8BDEC
Black with #F8BDEC
Text Example
Text Example
White with #F8BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDEC; }
p { color: rgb(248,189,236); }
H1.HeaderClassName
{
color: #F8BDEC;
}
.AnyTagClassName
{
color: #F8BDEC;
}
</style>
background-color css
<style>
a { background-color: #F8BDEC; }
a { background-color: rgb(248,189,236); }
div.DivClassName
{
background-color: #F8BDEC;
}
.BgClassName
{
background-color: #F8BDEC;
}
</style>
border-color css
<style>
span { border-color: #F8BDEC; }
span { border-color: rgb(248,189,236); }
td.TdClassName
{
border-color: #F8BDEC;
}
.TagClassName
{
border-color: #F8BDEC;
}
</style>