Shades of Lavender Rose #F7B8F5
Tints of Lavender Rose #F7B8F5
RGB
CMYK
RGB Variations
Color information
#F7B8F5 (or 0xF7B8F5) is known color: Lavender Rose. HEX triplet: F7, B8 and F5. RGB value is (247,184,245). Sum of RGB (Red+Green+Blue) = 247+184+245=676 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.54% from 676); Green value is 184 (72.27% from 255 or 27.22% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B8F5 is #08470A. Grayscale: #D1D1D1. Windows color (decimal): -542475 or 16103671. OLE color: 16103671.
HSL color Cylindrical-coordinate representation of color #F7B8F5: hue angle of 301.9º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7B8F5 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 184 | 245 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.03 |
| HSL | 301.9º | 0.8% | 0.85% | - |
| HSV(B) | 301.9º | 0.26% | 0.97% | - |
| XYZ | 71.98 | 60.65 | 94.3 | - |
| YUV | 209.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 184 | 245 | 0 | 0.26 | 0.01 | 0.03 | 301.9 | 0.8 | 0.85 |
| Hex | F7 | B8 | F5 | 0 | 1A | 1 | 3 | 12E | 50 | 55 |
| Octal | 367 | 270 | 365 | 0 | 32 | 1 | 3 | 456 | 120 | 125 |
| Binary | 11110111 | 10111000 | 11110101 | 0 | 11010 | 1 | 11 | 100101110 | 1010000 | 1010101 |
Color Harmonies of #F7B8F5
Complementary color
Monochromatic Colors of #F7B8F5
Black with #F7B8F5
Text Example
Text Example
White with #F7B8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B8F5; }
p { color: rgb(247,184,245); }
H1.HeaderClassName
{
color: #F7B8F5;
}
.AnyTagClassName
{
color: #F7B8F5;
}
</style>
background-color css
<style>
a { background-color: #F7B8F5; }
a { background-color: rgb(247,184,245); }
div.DivClassName
{
background-color: #F7B8F5;
}
.BgClassName
{
background-color: #F7B8F5;
}
</style>
border-color css
<style>
span { border-color: #F7B8F5; }
span { border-color: rgb(247,184,245); }
td.TdClassName
{
border-color: #F7B8F5;
}
.TagClassName
{
border-color: #F7B8F5;
}
</style>