Shades of Lavender Rose #F8B0F6
Tints of Lavender Rose #F8B0F6
RGB
CMYK
RGB Variations
Color information
#F8B0F6 (or 0xF8B0F6) is known color: Lavender Rose. HEX triplet: F8, B0 and F6. RGB value is (248,176,246). Sum of RGB (Red+Green+Blue) = 248+176+246=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 176 (69.14% from 255 or 26.27% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B0F6 is #074F09. Grayscale: #CDCDCD. Windows color (decimal): -478986 or 16167160. OLE color: 16167160.
HSL color Cylindrical-coordinate representation of color #F8B0F6: hue angle of 301.67º 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 #F8B0F6 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 176 | 246 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.03 |
| HSL | 301.67º | 0.84% | 0.83% | - |
| HSV(B) | 301.67º | 0.29% | 0.97% | - |
| XYZ | 70.87 | 57.66 | 94.58 | - |
| YUV | 205.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 176 | 246 | 0 | 0.29 | 0.01 | 0.03 | 301.67 | 0.84 | 0.83 |
| Hex | F8 | B0 | F6 | 0 | 1D | 1 | 3 | 12E | 54 | 53 |
| Octal | 370 | 260 | 366 | 0 | 35 | 1 | 3 | 456 | 124 | 123 |
| Binary | 11111000 | 10110000 | 11110110 | 0 | 11101 | 1 | 11 | 100101110 | 1010100 | 1010011 |
Color Harmonies of #F8B0F6
Complementary color
Monochromatic Colors of #F8B0F6
Black with #F8B0F6
Text Example
Text Example
White with #F8B0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B0F6; }
p { color: rgb(248,176,246); }
H1.HeaderClassName
{
color: #F8B0F6;
}
.AnyTagClassName
{
color: #F8B0F6;
}
</style>
background-color css
<style>
a { background-color: #F8B0F6; }
a { background-color: rgb(248,176,246); }
div.DivClassName
{
background-color: #F8B0F6;
}
.BgClassName
{
background-color: #F8B0F6;
}
</style>
border-color css
<style>
span { border-color: #F8B0F6; }
span { border-color: rgb(248,176,246); }
td.TdClassName
{
border-color: #F8B0F6;
}
.TagClassName
{
border-color: #F8B0F6;
}
</style>