Shades of Lavender Rose #F8B3FA
Tints of Lavender Rose #F8B3FA
RGB
CMYK
RGB Variations
Color information
#F8B3FA (or 0xF8B3FA) is known color: Lavender Rose. HEX triplet: F8, B3 and FA. RGB value is (248,179,250). Sum of RGB (Red+Green+Blue) = 248+179+250=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 179 (70.31% from 255 or 26.44% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8B3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B3FA is #074C05. Grayscale: #CFCFCF. Windows color (decimal): -478214 or 16430072. OLE color: 16430072.
HSL color Cylindrical-coordinate representation of color #F8B3FA: hue angle of 298.31º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B3FA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 179 | 250 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.02 |
| HSL | 298.31º | 0.88% | 0.84% | - |
| HSV(B) | 298.31º | 0.28% | 0.98% | - |
| XYZ | 72.09 | 59.1 | 98.05 | - |
| YUV | 207.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 250 | 0.01 | 0.28 | 0 | 0.02 | 298.31 | 0.88 | 0.84 |
| Hex | F8 | B3 | FA | 1 | 1C | 0 | 2 | 12A | 58 | 54 |
| Octal | 370 | 263 | 372 | 1 | 34 | 0 | 2 | 452 | 130 | 124 |
| Binary | 11111000 | 10110011 | 11111010 | 1 | 11100 | 0 | 10 | 100101010 | 1011000 | 1010100 |
Color Harmonies of #F8B3FA
Complementary color
Monochromatic Colors of #F8B3FA
Black with #F8B3FA
Text Example
Text Example
White with #F8B3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B3FA; }
p { color: rgb(248,179,250); }
H1.HeaderClassName
{
color: #F8B3FA;
}
.AnyTagClassName
{
color: #F8B3FA;
}
</style>
background-color css
<style>
a { background-color: #F8B3FA; }
a { background-color: rgb(248,179,250); }
div.DivClassName
{
background-color: #F8B3FA;
}
.BgClassName
{
background-color: #F8B3FA;
}
</style>
border-color css
<style>
span { border-color: #F8B3FA; }
span { border-color: rgb(248,179,250); }
td.TdClassName
{
border-color: #F8B3FA;
}
.TagClassName
{
border-color: #F8B3FA;
}
</style>