Shades of Lavender Rose #F8B1F7
Tints of Lavender Rose #F8B1F7
RGB
CMYK
RGB Variations
Color information
#F8B1F7 (or 0xF8B1F7) is known color: Lavender Rose. HEX triplet: F8, B1 and F7. RGB value is (248,177,247). Sum of RGB (Red+Green+Blue) = 248+177+247=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 177 (69.53% from 255 or 26.34% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B1F7 is #074E08. Grayscale: #CECECE. Windows color (decimal): -478729 or 16232952. OLE color: 16232952.
HSL color Cylindrical-coordinate representation of color #F8B1F7: hue angle of 300.85º 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 #F8B1F7 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 247 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.03 |
| HSL | 300.85º | 0.84% | 0.83% | - |
| HSV(B) | 300.85º | 0.29% | 0.97% | - |
| XYZ | 71.22 | 58.12 | 95.46 | - |
| YUV | 206.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 247 | 0 | 0.29 | 0.00 | 0.03 | 300.85 | 0.84 | 0.83 |
| Hex | F8 | B1 | F7 | 0 | 1D | 0 | 3 | 12D | 54 | 53 |
| Octal | 370 | 261 | 367 | 0 | 35 | 0 | 3 | 455 | 124 | 123 |
| Binary | 11111000 | 10110001 | 11110111 | 0 | 11101 | 0 | 11 | 100101101 | 1010100 | 1010011 |
Color Harmonies of #F8B1F7
Complementary color
Monochromatic Colors of #F8B1F7
Black with #F8B1F7
Text Example
Text Example
White with #F8B1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1F7; }
p { color: rgb(248,177,247); }
H1.HeaderClassName
{
color: #F8B1F7;
}
.AnyTagClassName
{
color: #F8B1F7;
}
</style>
background-color css
<style>
a { background-color: #F8B1F7; }
a { background-color: rgb(248,177,247); }
div.DivClassName
{
background-color: #F8B1F7;
}
.BgClassName
{
background-color: #F8B1F7;
}
</style>
border-color css
<style>
span { border-color: #F8B1F7; }
span { border-color: rgb(248,177,247); }
td.TdClassName
{
border-color: #F8B1F7;
}
.TagClassName
{
border-color: #F8B1F7;
}
</style>