Shades of Lavender Rose #FFB9F5
Tints of Lavender Rose #FFB9F5
RGB
CMYK
RGB Variations
Color information
#FFB9F5 (or 0xFFB9F5) is known color: Lavender Rose. HEX triplet: FF, B9 and F5. RGB value is (255,185,245). Sum of RGB (Red+Green+Blue) = 255+185+245=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 185 (72.66% from 255 or 27.01% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F5 is #00460A. Grayscale: #D4D4D4. Windows color (decimal): -17931 or 16103935. OLE color: 16103935.
HSL color Cylindrical-coordinate representation of color #FFB9F5: hue angle of 308.57º 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 #FFB9F5 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 245 | - |
| CMYK | 0 | 0.27 | 0.04 | 0 |
| HSL | 308.57º | 1% | 0.86% | - |
| HSV(B) | 308.57º | 0.27% | 1% | - |
| XYZ | 75.07 | 62.55 | 94.5 | - |
| YUV | 212.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 245 | 0 | 0.27 | 0.04 | 0 | 308.57 | 1 | 0.86 |
| Hex | FF | B9 | F5 | 0 | 1B | 4 | 0 | 135 | 64 | 56 |
| Octal | 377 | 271 | 365 | 0 | 33 | 4 | 0 | 465 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11110101 | 0 | 11011 | 100 | 0 | 100110101 | 1100100 | 1010110 |
Color Harmonies of #FFB9F5
Complementary color
Monochromatic Colors of #FFB9F5
Black with #FFB9F5
Text Example
Text Example
White with #FFB9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9F5; }
p { color: rgb(255,185,245); }
H1.HeaderClassName
{
color: #FFB9F5;
}
.AnyTagClassName
{
color: #FFB9F5;
}
</style>
background-color css
<style>
a { background-color: #FFB9F5; }
a { background-color: rgb(255,185,245); }
div.DivClassName
{
background-color: #FFB9F5;
}
.BgClassName
{
background-color: #FFB9F5;
}
</style>
border-color css
<style>
span { border-color: #FFB9F5; }
span { border-color: rgb(255,185,245); }
td.TdClassName
{
border-color: #FFB9F5;
}
.TagClassName
{
border-color: #FFB9F5;
}
</style>