Shades of Lavender Rose #FFBDF6
Tints of Lavender Rose #FFBDF6
RGB
CMYK
RGB Variations
Color information
#FFBDF6 (or 0xFFBDF6) is known color: Lavender Rose. HEX triplet: FF, BD and F6. RGB value is (255,189,246). Sum of RGB (Red+Green+Blue) = 255+189+246=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 189 (74.22% from 255 or 27.39% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF6 is #004209. Grayscale: #D7D7D7. Windows color (decimal): -16906 or 16170495. OLE color: 16170495.
HSL color Cylindrical-coordinate representation of color #FFBDF6: hue angle of 308.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDF6 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 246 | - |
| CMYK | 0 | 0.26 | 0.04 | 0 |
| HSL | 308.18º | 1% | 0.87% | - |
| HSV(B) | 308.18º | 0.26% | 1% | - |
| XYZ | 76.07 | 64.31 | 95.59 | - |
| YUV | 215.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 246 | 0 | 0.26 | 0.04 | 0 | 308.18 | 1 | 0.87 |
| Hex | FF | BD | F6 | 0 | 1A | 4 | 0 | 134 | 64 | 57 |
| Octal | 377 | 275 | 366 | 0 | 32 | 4 | 0 | 464 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11110110 | 0 | 11010 | 100 | 0 | 100110100 | 1100100 | 1010111 |
Color Harmonies of #FFBDF6
Complementary color
Monochromatic Colors of #FFBDF6
Black with #FFBDF6
Text Example
Text Example
White with #FFBDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDF6; }
p { color: rgb(255,189,246); }
H1.HeaderClassName
{
color: #FFBDF6;
}
.AnyTagClassName
{
color: #FFBDF6;
}
</style>
background-color css
<style>
a { background-color: #FFBDF6; }
a { background-color: rgb(255,189,246); }
div.DivClassName
{
background-color: #FFBDF6;
}
.BgClassName
{
background-color: #FFBDF6;
}
</style>
border-color css
<style>
span { border-color: #FFBDF6; }
span { border-color: rgb(255,189,246); }
td.TdClassName
{
border-color: #FFBDF6;
}
.TagClassName
{
border-color: #FFBDF6;
}
</style>