Shades of Lavender Rose #F9BCF0
Tints of Lavender Rose #F9BCF0
RGB
CMYK
RGB Variations
Color information
#F9BCF0 (or 0xF9BCF0) is known color: Lavender Rose. HEX triplet: F9, BC and F0. RGB value is (249,188,240). Sum of RGB (Red+Green+Blue) = 249+188+240=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BCF0 is #06430F. Grayscale: #D4D4D4. Windows color (decimal): -410384 or 15777017. OLE color: 15777017.
HSL color Cylindrical-coordinate representation of color #F9BCF0: hue angle of 308.85º 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 #F9BCF0 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 240 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.02 |
| HSL | 308.85º | 0.84% | 0.86% | - |
| HSV(B) | 308.85º | 0.24% | 0.98% | - |
| XYZ | 72.78 | 62.4 | 90.65 | - |
| YUV | 212.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 240 | 0 | 0.24 | 0.04 | 0.02 | 308.85 | 0.84 | 0.86 |
| Hex | F9 | BC | F0 | 0 | 18 | 4 | 2 | 135 | 54 | 56 |
| Octal | 371 | 274 | 360 | 0 | 30 | 4 | 2 | 465 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11110000 | 0 | 11000 | 100 | 10 | 100110101 | 1010100 | 1010110 |
Color Harmonies of #F9BCF0
Complementary color
Monochromatic Colors of #F9BCF0
Black with #F9BCF0
Text Example
Text Example
White with #F9BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCF0; }
p { color: rgb(249,188,240); }
H1.HeaderClassName
{
color: #F9BCF0;
}
.AnyTagClassName
{
color: #F9BCF0;
}
</style>
background-color css
<style>
a { background-color: #F9BCF0; }
a { background-color: rgb(249,188,240); }
div.DivClassName
{
background-color: #F9BCF0;
}
.BgClassName
{
background-color: #F9BCF0;
}
</style>
border-color css
<style>
span { border-color: #F9BCF0; }
span { border-color: rgb(249,188,240); }
td.TdClassName
{
border-color: #F9BCF0;
}
.TagClassName
{
border-color: #F9BCF0;
}
</style>