Shades of Lavender Rose #F8B0F7
Tints of Lavender Rose #F8B0F7
RGB
CMYK
RGB Variations
Color information
#F8B0F7 (or 0xF8B0F7) is known color: Lavender Rose. HEX triplet: F8, B0 and F7. RGB value is (248,176,247). Sum of RGB (Red+Green+Blue) = 248+176+247=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 176 (69.14% from 255 or 26.23% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B0F7 is #074F08. Grayscale: #CDCDCD. Windows color (decimal): -478985 or 16232696. OLE color: 16232696.
HSL color Cylindrical-coordinate representation of color #F8B0F7: hue angle of 300.83º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B0F7 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 176 | 247 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.03 |
| HSL | 300.83º | 0.84% | 0.83% | - |
| HSV(B) | 300.83º | 0.29% | 0.97% | - |
| XYZ | 71.03 | 57.72 | 95.39 | - |
| YUV | 205.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 176 | 247 | 0 | 0.29 | 0.00 | 0.03 | 300.83 | 0.84 | 0.83 |
| Hex | F8 | B0 | F7 | 0 | 1D | 0 | 3 | 12D | 54 | 53 |
| Octal | 370 | 260 | 367 | 0 | 35 | 0 | 3 | 455 | 124 | 123 |
| Binary | 11111000 | 10110000 | 11110111 | 0 | 11101 | 0 | 11 | 100101101 | 1010100 | 1010011 |
Color Harmonies of #F8B0F7
Complementary color
Monochromatic Colors of #F8B0F7
Black with #F8B0F7
Text Example
Text Example
White with #F8B0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B0F7; }
p { color: rgb(248,176,247); }
H1.HeaderClassName
{
color: #F8B0F7;
}
.AnyTagClassName
{
color: #F8B0F7;
}
</style>
background-color css
<style>
a { background-color: #F8B0F7; }
a { background-color: rgb(248,176,247); }
div.DivClassName
{
background-color: #F8B0F7;
}
.BgClassName
{
background-color: #F8B0F7;
}
</style>
border-color css
<style>
span { border-color: #F8B0F7; }
span { border-color: rgb(248,176,247); }
td.TdClassName
{
border-color: #F8B0F7;
}
.TagClassName
{
border-color: #F8B0F7;
}
</style>