Shades of Lavender Rose #F9BFF2
Tints of Lavender Rose #F9BFF2
RGB
CMYK
RGB Variations
Color information
#F9BFF2 (or 0xF9BFF2) is known color: Lavender Rose. HEX triplet: F9, BF and F2. RGB value is (249,191,242). Sum of RGB (Red+Green+Blue) = 249+191+242=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFF2 is #06400D. Grayscale: #D6D6D6. Windows color (decimal): -409614 or 15908857. OLE color: 15908857.
HSL color Cylindrical-coordinate representation of color #F9BFF2: hue angle of 307.24º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9BFF2 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 242 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.02 |
| HSL | 307.24º | 0.83% | 0.86% | - |
| HSV(B) | 307.24º | 0.23% | 0.98% | - |
| XYZ | 73.72 | 63.81 | 92.44 | - |
| YUV | 214.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 242 | 0 | 0.23 | 0.03 | 0.02 | 307.24 | 0.83 | 0.86 |
| Hex | F9 | BF | F2 | 0 | 17 | 3 | 2 | 133 | 53 | 56 |
| Octal | 371 | 277 | 362 | 0 | 27 | 3 | 2 | 463 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11110010 | 0 | 10111 | 11 | 10 | 100110011 | 1010011 | 1010110 |
Color Harmonies of #F9BFF2
Complementary color
Monochromatic Colors of #F9BFF2
Black with #F9BFF2
Text Example
Text Example
White with #F9BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFF2; }
p { color: rgb(249,191,242); }
H1.HeaderClassName
{
color: #F9BFF2;
}
.AnyTagClassName
{
color: #F9BFF2;
}
</style>
background-color css
<style>
a { background-color: #F9BFF2; }
a { background-color: rgb(249,191,242); }
div.DivClassName
{
background-color: #F9BFF2;
}
.BgClassName
{
background-color: #F9BFF2;
}
</style>
border-color css
<style>
span { border-color: #F9BFF2; }
span { border-color: rgb(249,191,242); }
td.TdClassName
{
border-color: #F9BFF2;
}
.TagClassName
{
border-color: #F9BFF2;
}
</style>