Shades of Lavender Rose #F8BFEC
Tints of Lavender Rose #F8BFEC
RGB
CMYK
RGB Variations
Color information
#F8BFEC (or 0xF8BFEC) is known color: Lavender Rose. HEX triplet: F8, BF and EC. RGB value is (248,191,236). Sum of RGB (Red+Green+Blue) = 248+191+236=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BFEC is #074013. Grayscale: #D5D5D5. Windows color (decimal): -475156 or 15515640. OLE color: 15515640.
HSL color Cylindrical-coordinate representation of color #F8BFEC: hue angle of 312.63º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BFEC is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 236 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.03 |
| HSL | 312.63º | 0.8% | 0.86% | - |
| HSV(B) | 312.63º | 0.23% | 0.97% | - |
| XYZ | 72.48 | 63.27 | 87.75 | - |
| YUV | 213.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 236 | 0 | 0.23 | 0.05 | 0.03 | 312.63 | 0.8 | 0.86 |
| Hex | F8 | BF | EC | 0 | 17 | 5 | 3 | 139 | 50 | 56 |
| Octal | 370 | 277 | 354 | 0 | 27 | 5 | 3 | 471 | 120 | 126 |
| Binary | 11111000 | 10111111 | 11101100 | 0 | 10111 | 101 | 11 | 100111001 | 1010000 | 1010110 |
Color Harmonies of #F8BFEC
Complementary color
Monochromatic Colors of #F8BFEC
Black with #F8BFEC
Text Example
Text Example
White with #F8BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFEC; }
p { color: rgb(248,191,236); }
H1.HeaderClassName
{
color: #F8BFEC;
}
.AnyTagClassName
{
color: #F8BFEC;
}
</style>
background-color css
<style>
a { background-color: #F8BFEC; }
a { background-color: rgb(248,191,236); }
div.DivClassName
{
background-color: #F8BFEC;
}
.BgClassName
{
background-color: #F8BFEC;
}
</style>
border-color css
<style>
span { border-color: #F8BFEC; }
span { border-color: rgb(248,191,236); }
td.TdClassName
{
border-color: #F8BFEC;
}
.TagClassName
{
border-color: #F8BFEC;
}
</style>