Shades of Lavender Rose #F9B1F1
Tints of Lavender Rose #F9B1F1
RGB
CMYK
RGB Variations
Color information
#F9B1F1 (or 0xF9B1F1) is known color: Lavender Rose. HEX triplet: F9, B1 and F1. RGB value is (249,177,241). Sum of RGB (Red+Green+Blue) = 249+177+241=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B1F1 is #064E0E. Grayscale: #CDCDCD. Windows color (decimal): -413199 or 15839737. OLE color: 15839737.
HSL color Cylindrical-coordinate representation of color #F9B1F1: hue angle of 306.67º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B1F1 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 241 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.02 |
| HSL | 306.67º | 0.86% | 0.84% | - |
| HSV(B) | 306.67º | 0.29% | 0.98% | - |
| XYZ | 70.67 | 57.93 | 90.68 | - |
| YUV | 205.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 241 | 0 | 0.29 | 0.03 | 0.02 | 306.67 | 0.86 | 0.84 |
| Hex | F9 | B1 | F1 | 0 | 1D | 3 | 2 | 133 | 56 | 54 |
| Octal | 371 | 261 | 361 | 0 | 35 | 3 | 2 | 463 | 126 | 124 |
| Binary | 11111001 | 10110001 | 11110001 | 0 | 11101 | 11 | 10 | 100110011 | 1010110 | 1010100 |
Color Harmonies of #F9B1F1
Complementary color
Monochromatic Colors of #F9B1F1
Black with #F9B1F1
Text Example
Text Example
White with #F9B1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B1F1; }
p { color: rgb(249,177,241); }
H1.HeaderClassName
{
color: #F9B1F1;
}
.AnyTagClassName
{
color: #F9B1F1;
}
</style>
background-color css
<style>
a { background-color: #F9B1F1; }
a { background-color: rgb(249,177,241); }
div.DivClassName
{
background-color: #F9B1F1;
}
.BgClassName
{
background-color: #F9B1F1;
}
</style>
border-color css
<style>
span { border-color: #F9B1F1; }
span { border-color: rgb(249,177,241); }
td.TdClassName
{
border-color: #F9B1F1;
}
.TagClassName
{
border-color: #F9B1F1;
}
</style>