Shades of Lavender Rose #FFB9F1
Tints of Lavender Rose #FFB9F1
RGB
CMYK
RGB Variations
Color information
#FFB9F1 (or 0xFFB9F1) is known color: Lavender Rose. HEX triplet: FF, B9 and F1. RGB value is (255,185,241). Sum of RGB (Red+Green+Blue) = 255+185+241=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 185 (72.66% from 255 or 27.17% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F1 is #00460E. Grayscale: #D4D4D4. Windows color (decimal): -17935 or 15841791. OLE color: 15841791.
HSL color Cylindrical-coordinate representation of color #FFB9F1: hue angle of 312º 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 #FFB9F1 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 241 | - |
| CMYK | 0 | 0.27 | 0.05 | 0 |
| HSL | 312º | 1% | 0.86% | - |
| HSV(B) | 312º | 0.27% | 1% | - |
| XYZ | 74.47 | 62.31 | 91.32 | - |
| YUV | 212.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 241 | 0 | 0.27 | 0.05 | 0 | 312 | 1 | 0.86 |
| Hex | FF | B9 | F1 | 0 | 1B | 5 | 0 | 138 | 64 | 56 |
| Octal | 377 | 271 | 361 | 0 | 33 | 5 | 0 | 470 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11110001 | 0 | 11011 | 101 | 0 | 100111000 | 1100100 | 1010110 |
Color Harmonies of #FFB9F1
Complementary color
Monochromatic Colors of #FFB9F1
Black with #FFB9F1
Text Example
Text Example
White with #FFB9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9F1; }
p { color: rgb(255,185,241); }
H1.HeaderClassName
{
color: #FFB9F1;
}
.AnyTagClassName
{
color: #FFB9F1;
}
</style>
background-color css
<style>
a { background-color: #FFB9F1; }
a { background-color: rgb(255,185,241); }
div.DivClassName
{
background-color: #FFB9F1;
}
.BgClassName
{
background-color: #FFB9F1;
}
</style>
border-color css
<style>
span { border-color: #FFB9F1; }
span { border-color: rgb(255,185,241); }
td.TdClassName
{
border-color: #FFB9F1;
}
.TagClassName
{
border-color: #FFB9F1;
}
</style>