Shades of Lavender Rose #F9B1FA
Tints of Lavender Rose #F9B1FA
RGB
CMYK
RGB Variations
Color information
#F9B1FA (or 0xF9B1FA) is known color: Lavender Rose. HEX triplet: F9, B1 and FA. RGB value is (249,177,250). Sum of RGB (Red+Green+Blue) = 249+177+250=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 177 (69.53% from 255 or 26.18% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9B1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B1FA is #064E05. Grayscale: #CECECE. Windows color (decimal): -413190 or 16429561. OLE color: 16429561.
HSL color Cylindrical-coordinate representation of color #F9B1FA: hue angle of 299.18º degrees, saturation: 0.88, 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 #F9B1FA is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 250 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.02 |
| HSL | 299.18º | 0.88% | 0.84% | - |
| HSV(B) | 299.18º | 0.29% | 0.98% | - |
| XYZ | 72.04 | 58.49 | 97.93 | - |
| YUV | 206.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 250 | 0.00 | 0.29 | 0 | 0.02 | 299.18 | 0.88 | 0.84 |
| Hex | F9 | B1 | FA | 0 | 1D | 0 | 2 | 12B | 58 | 54 |
| Octal | 371 | 261 | 372 | 0 | 35 | 0 | 2 | 453 | 130 | 124 |
| Binary | 11111001 | 10110001 | 11111010 | 0 | 11101 | 0 | 10 | 100101011 | 1011000 | 1010100 |
Color Harmonies of #F9B1FA
Complementary color
Monochromatic Colors of #F9B1FA
Black with #F9B1FA
Text Example
Text Example
White with #F9B1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B1FA; }
p { color: rgb(249,177,250); }
H1.HeaderClassName
{
color: #F9B1FA;
}
.AnyTagClassName
{
color: #F9B1FA;
}
</style>
background-color css
<style>
a { background-color: #F9B1FA; }
a { background-color: rgb(249,177,250); }
div.DivClassName
{
background-color: #F9B1FA;
}
.BgClassName
{
background-color: #F9B1FA;
}
</style>
border-color css
<style>
span { border-color: #F9B1FA; }
span { border-color: rgb(249,177,250); }
td.TdClassName
{
border-color: #F9B1FA;
}
.TagClassName
{
border-color: #F9B1FA;
}
</style>