Shades of Lavender Rose #F8B1F5
Tints of Lavender Rose #F8B1F5
RGB
CMYK
RGB Variations
Color information
#F8B1F5 (or 0xF8B1F5) is known color: Lavender Rose. HEX triplet: F8, B1 and F5. RGB value is (248,177,245). Sum of RGB (Red+Green+Blue) = 248+177+245=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 177 (69.53% from 255 or 26.42% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B1F5 is #074E0A. Grayscale: #CDCDCD. Windows color (decimal): -478731 or 16101880. OLE color: 16101880.
HSL color Cylindrical-coordinate representation of color #F8B1F5: hue angle of 302.54º 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 #F8B1F5 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 245 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.03 |
| HSL | 302.54º | 0.84% | 0.83% | - |
| HSV(B) | 302.54º | 0.29% | 0.97% | - |
| XYZ | 70.91 | 57.99 | 93.84 | - |
| YUV | 205.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 245 | 0 | 0.29 | 0.01 | 0.03 | 302.54 | 0.84 | 0.83 |
| Hex | F8 | B1 | F5 | 0 | 1D | 1 | 3 | 12F | 54 | 53 |
| Octal | 370 | 261 | 365 | 0 | 35 | 1 | 3 | 457 | 124 | 123 |
| Binary | 11111000 | 10110001 | 11110101 | 0 | 11101 | 1 | 11 | 100101111 | 1010100 | 1010011 |
Color Harmonies of #F8B1F5
Complementary color
Monochromatic Colors of #F8B1F5
Black with #F8B1F5
Text Example
Text Example
White with #F8B1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1F5; }
p { color: rgb(248,177,245); }
H1.HeaderClassName
{
color: #F8B1F5;
}
.AnyTagClassName
{
color: #F8B1F5;
}
</style>
background-color css
<style>
a { background-color: #F8B1F5; }
a { background-color: rgb(248,177,245); }
div.DivClassName
{
background-color: #F8B1F5;
}
.BgClassName
{
background-color: #F8B1F5;
}
</style>
border-color css
<style>
span { border-color: #F8B1F5; }
span { border-color: rgb(248,177,245); }
td.TdClassName
{
border-color: #F8B1F5;
}
.TagClassName
{
border-color: #F8B1F5;
}
</style>