Shades of Lavender Rose #FFB9EF
Tints of Lavender Rose #FFB9EF
RGB
CMYK
RGB Variations
Color information
#FFB9EF (or 0xFFB9EF) is known color: Lavender Rose. HEX triplet: FF, B9 and EF. RGB value is (255,185,239). Sum of RGB (Red+Green+Blue) = 255+185+239=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 185 (72.66% from 255 or 27.25% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9EF is #004610. Grayscale: #D3D3D3. Windows color (decimal): -17937 or 15710719. OLE color: 15710719.
HSL color Cylindrical-coordinate representation of color #FFB9EF: hue angle of 313.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 #FFB9EF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 239 | - |
| CMYK | 0 | 0.27 | 0.06 | 0 |
| HSL | 313.71º | 1% | 0.86% | - |
| HSV(B) | 313.71º | 0.27% | 1% | - |
| XYZ | 74.17 | 62.19 | 89.76 | - |
| YUV | 212.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 239 | 0 | 0.27 | 0.06 | 0 | 313.71 | 1 | 0.86 |
| Hex | FF | B9 | EF | 0 | 1B | 6 | 0 | 13A | 64 | 56 |
| Octal | 377 | 271 | 357 | 0 | 33 | 6 | 0 | 472 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11101111 | 0 | 11011 | 110 | 0 | 100111010 | 1100100 | 1010110 |
Color Harmonies of #FFB9EF
Complementary color
Monochromatic Colors of #FFB9EF
Black with #FFB9EF
Text Example
Text Example
White with #FFB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9EF; }
p { color: rgb(255,185,239); }
H1.HeaderClassName
{
color: #FFB9EF;
}
.AnyTagClassName
{
color: #FFB9EF;
}
</style>
background-color css
<style>
a { background-color: #FFB9EF; }
a { background-color: rgb(255,185,239); }
div.DivClassName
{
background-color: #FFB9EF;
}
.BgClassName
{
background-color: #FFB9EF;
}
</style>
border-color css
<style>
span { border-color: #FFB9EF; }
span { border-color: rgb(255,185,239); }
td.TdClassName
{
border-color: #FFB9EF;
}
.TagClassName
{
border-color: #FFB9EF;
}
</style>