Shades of Lavender Rose #F9B2F1
Tints of Lavender Rose #F9B2F1
RGB
CMYK
RGB Variations
Color information
#F9B2F1 (or 0xF9B2F1) is known color: Lavender Rose. HEX triplet: F9, B2 and F1. RGB value is (249,178,241). Sum of RGB (Red+Green+Blue) = 249+178+241=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B2F1 is #064D0E. Grayscale: #CECECE. Windows color (decimal): -412943 or 15839993. OLE color: 15839993.
HSL color Cylindrical-coordinate representation of color #F9B2F1: hue angle of 306.76º 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 #F9B2F1 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 178 | 241 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.02 |
| HSL | 306.76º | 0.86% | 0.84% | - |
| HSV(B) | 306.76º | 0.29% | 0.98% | - |
| XYZ | 70.86 | 58.33 | 90.74 | - |
| YUV | 206.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 178 | 241 | 0 | 0.29 | 0.03 | 0.02 | 306.76 | 0.86 | 0.84 |
| Hex | F9 | B2 | F1 | 0 | 1D | 3 | 2 | 133 | 56 | 54 |
| Octal | 371 | 262 | 361 | 0 | 35 | 3 | 2 | 463 | 126 | 124 |
| Binary | 11111001 | 10110010 | 11110001 | 0 | 11101 | 11 | 10 | 100110011 | 1010110 | 1010100 |
Color Harmonies of #F9B2F1
Complementary color
Monochromatic Colors of #F9B2F1
Black with #F9B2F1
Text Example
Text Example
White with #F9B2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B2F1; }
p { color: rgb(249,178,241); }
H1.HeaderClassName
{
color: #F9B2F1;
}
.AnyTagClassName
{
color: #F9B2F1;
}
</style>
background-color css
<style>
a { background-color: #F9B2F1; }
a { background-color: rgb(249,178,241); }
div.DivClassName
{
background-color: #F9B2F1;
}
.BgClassName
{
background-color: #F9B2F1;
}
</style>
border-color css
<style>
span { border-color: #F9B2F1; }
span { border-color: rgb(249,178,241); }
td.TdClassName
{
border-color: #F9B2F1;
}
.TagClassName
{
border-color: #F9B2F1;
}
</style>