Shades of Lavender Rose #F8BFED
Tints of Lavender Rose #F8BFED
RGB
CMYK
RGB Variations
Color information
#F8BFED (or 0xF8BFED) is known color: Lavender Rose. HEX triplet: F8, BF and ED. RGB value is (248,191,237). Sum of RGB (Red+Green+Blue) = 248+191+237=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BFED is #074012. Grayscale: #D5D5D5. Windows color (decimal): -475155 or 15581176. OLE color: 15581176.
HSL color Cylindrical-coordinate representation of color #F8BFED: hue angle of 311.58º 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 #F8BFED is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 237 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.03 |
| HSL | 311.58º | 0.8% | 0.86% | - |
| HSV(B) | 311.58º | 0.23% | 0.97% | - |
| XYZ | 72.63 | 63.33 | 88.52 | - |
| YUV | 213.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 237 | 0 | 0.23 | 0.04 | 0.03 | 311.58 | 0.8 | 0.86 |
| Hex | F8 | BF | ED | 0 | 17 | 4 | 3 | 138 | 50 | 56 |
| Octal | 370 | 277 | 355 | 0 | 27 | 4 | 3 | 470 | 120 | 126 |
| Binary | 11111000 | 10111111 | 11101101 | 0 | 10111 | 100 | 11 | 100111000 | 1010000 | 1010110 |
Color Harmonies of #F8BFED
Complementary color
Monochromatic Colors of #F8BFED
Black with #F8BFED
Text Example
Text Example
White with #F8BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFED; }
p { color: rgb(248,191,237); }
H1.HeaderClassName
{
color: #F8BFED;
}
.AnyTagClassName
{
color: #F8BFED;
}
</style>
background-color css
<style>
a { background-color: #F8BFED; }
a { background-color: rgb(248,191,237); }
div.DivClassName
{
background-color: #F8BFED;
}
.BgClassName
{
background-color: #F8BFED;
}
</style>
border-color css
<style>
span { border-color: #F8BFED; }
span { border-color: rgb(248,191,237); }
td.TdClassName
{
border-color: #F8BFED;
}
.TagClassName
{
border-color: #F8BFED;
}
</style>