Shades of Lavender Rose #FFB9F2
Tints of Lavender Rose #FFB9F2
RGB
CMYK
RGB Variations
Color information
#FFB9F2 (or 0xFFB9F2) is known color: Lavender Rose. HEX triplet: FF, B9 and F2. RGB value is (255,185,242). Sum of RGB (Red+Green+Blue) = 255+185+242=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 185 (72.66% from 255 or 27.13% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F2 is #00460D. Grayscale: #D4D4D4. Windows color (decimal): -17934 or 15907327. OLE color: 15907327.
HSL color Cylindrical-coordinate representation of color #FFB9F2: hue angle of 311.14º 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 #FFB9F2 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 242 | - |
| CMYK | 0 | 0.27 | 0.05 | 0 |
| HSL | 311.14º | 1% | 0.86% | - |
| HSV(B) | 311.14º | 0.27% | 1% | - |
| XYZ | 74.62 | 62.37 | 92.11 | - |
| YUV | 212.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 242 | 0 | 0.27 | 0.05 | 0 | 311.14 | 1 | 0.86 |
| Hex | FF | B9 | F2 | 0 | 1B | 5 | 0 | 137 | 64 | 56 |
| Octal | 377 | 271 | 362 | 0 | 33 | 5 | 0 | 467 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11110010 | 0 | 11011 | 101 | 0 | 100110111 | 1100100 | 1010110 |
Color Harmonies of #FFB9F2
Complementary color
Monochromatic Colors of #FFB9F2
Black with #FFB9F2
Text Example
Text Example
White with #FFB9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9F2; }
p { color: rgb(255,185,242); }
H1.HeaderClassName
{
color: #FFB9F2;
}
.AnyTagClassName
{
color: #FFB9F2;
}
</style>
background-color css
<style>
a { background-color: #FFB9F2; }
a { background-color: rgb(255,185,242); }
div.DivClassName
{
background-color: #FFB9F2;
}
.BgClassName
{
background-color: #FFB9F2;
}
</style>
border-color css
<style>
span { border-color: #FFB9F2; }
span { border-color: rgb(255,185,242); }
td.TdClassName
{
border-color: #FFB9F2;
}
.TagClassName
{
border-color: #FFB9F2;
}
</style>