Shades of Lavender Rose #FFB9F6
Tints of Lavender Rose #FFB9F6
RGB
CMYK
RGB Variations
Color information
#FFB9F6 (or 0xFFB9F6) is known color: Lavender Rose. HEX triplet: FF, B9 and F6. RGB value is (255,185,246). Sum of RGB (Red+Green+Blue) = 255+185+246=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 185 (72.66% from 255 or 26.97% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F6 is #004609. Grayscale: #D4D4D4. Windows color (decimal): -17930 or 16169471. OLE color: 16169471.
HSL color Cylindrical-coordinate representation of color #FFB9F6: hue angle of 307.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9F6 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 246 | - |
| CMYK | 0 | 0.27 | 0.04 | 0 |
| HSL | 307.71º | 1% | 0.86% | - |
| HSV(B) | 307.71º | 0.27% | 1% | - |
| XYZ | 75.22 | 62.61 | 95.31 | - |
| YUV | 212.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 246 | 0 | 0.27 | 0.04 | 0 | 307.71 | 1 | 0.86 |
| Hex | FF | B9 | F6 | 0 | 1B | 4 | 0 | 134 | 64 | 56 |
| Octal | 377 | 271 | 366 | 0 | 33 | 4 | 0 | 464 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11110110 | 0 | 11011 | 100 | 0 | 100110100 | 1100100 | 1010110 |
Color Harmonies of #FFB9F6
Complementary color
Monochromatic Colors of #FFB9F6
Black with #FFB9F6
Text Example
Text Example
White with #FFB9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9F6; }
p { color: rgb(255,185,246); }
H1.HeaderClassName
{
color: #FFB9F6;
}
.AnyTagClassName
{
color: #FFB9F6;
}
</style>
background-color css
<style>
a { background-color: #FFB9F6; }
a { background-color: rgb(255,185,246); }
div.DivClassName
{
background-color: #FFB9F6;
}
.BgClassName
{
background-color: #FFB9F6;
}
</style>
border-color css
<style>
span { border-color: #FFB9F6; }
span { border-color: rgb(255,185,246); }
td.TdClassName
{
border-color: #FFB9F6;
}
.TagClassName
{
border-color: #FFB9F6;
}
</style>