Shades of Lavender Rose #F9BCF2
Tints of Lavender Rose #F9BCF2
RGB
CMYK
RGB Variations
Color information
#F9BCF2 (or 0xF9BCF2) is known color: Lavender Rose. HEX triplet: F9, BC and F2. RGB value is (249,188,242). Sum of RGB (Red+Green+Blue) = 249+188+242=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BCF2 is #06430D. Grayscale: #D4D4D4. Windows color (decimal): -410382 or 15908089. OLE color: 15908089.
HSL color Cylindrical-coordinate representation of color #F9BCF2: hue angle of 306.89º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCF2 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 242 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.02 |
| HSL | 306.89º | 0.84% | 0.86% | - |
| HSV(B) | 306.89º | 0.24% | 0.98% | - |
| XYZ | 73.08 | 62.52 | 92.22 | - |
| YUV | 212.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 242 | 0 | 0.24 | 0.03 | 0.02 | 306.89 | 0.84 | 0.86 |
| Hex | F9 | BC | F2 | 0 | 18 | 3 | 2 | 133 | 54 | 56 |
| Octal | 371 | 274 | 362 | 0 | 30 | 3 | 2 | 463 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11110010 | 0 | 11000 | 11 | 10 | 100110011 | 1010100 | 1010110 |
Color Harmonies of #F9BCF2
Complementary color
Monochromatic Colors of #F9BCF2
Black with #F9BCF2
Text Example
Text Example
White with #F9BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCF2; }
p { color: rgb(249,188,242); }
H1.HeaderClassName
{
color: #F9BCF2;
}
.AnyTagClassName
{
color: #F9BCF2;
}
</style>
background-color css
<style>
a { background-color: #F9BCF2; }
a { background-color: rgb(249,188,242); }
div.DivClassName
{
background-color: #F9BCF2;
}
.BgClassName
{
background-color: #F9BCF2;
}
</style>
border-color css
<style>
span { border-color: #F9BCF2; }
span { border-color: rgb(249,188,242); }
td.TdClassName
{
border-color: #F9BCF2;
}
.TagClassName
{
border-color: #F9BCF2;
}
</style>