Shades of Lavender Rose #FFBDF5
Tints of Lavender Rose #FFBDF5
RGB
CMYK
RGB Variations
Color information
#FFBDF5 (or 0xFFBDF5) is known color: Lavender Rose. HEX triplet: FF, BD and F5. RGB value is (255,189,245). Sum of RGB (Red+Green+Blue) = 255+189+245=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 189 (74.22% from 255 or 27.43% from 689); Blue value is 245 (96.09% from 255 or 35.56% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF5 is #00420A. Grayscale: #D6D6D6. Windows color (decimal): -16907 or 16104959. OLE color: 16104959.
HSL color Cylindrical-coordinate representation of color #FFBDF5: hue angle of 309.09º 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 #FFBDF5 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 245 | - |
| CMYK | 0 | 0.26 | 0.04 | 0 |
| HSL | 309.09º | 1% | 0.87% | - |
| HSV(B) | 309.09º | 0.26% | 1% | - |
| XYZ | 75.92 | 64.25 | 94.79 | - |
| YUV | 215.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 245 | 0 | 0.26 | 0.04 | 0 | 309.09 | 1 | 0.87 |
| Hex | FF | BD | F5 | 0 | 1A | 4 | 0 | 135 | 64 | 57 |
| Octal | 377 | 275 | 365 | 0 | 32 | 4 | 0 | 465 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11110101 | 0 | 11010 | 100 | 0 | 100110101 | 1100100 | 1010111 |
Color Harmonies of #FFBDF5
Complementary color
Monochromatic Colors of #FFBDF5
Black with #FFBDF5
Text Example
Text Example
White with #FFBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDF5; }
p { color: rgb(255,189,245); }
H1.HeaderClassName
{
color: #FFBDF5;
}
.AnyTagClassName
{
color: #FFBDF5;
}
</style>
background-color css
<style>
a { background-color: #FFBDF5; }
a { background-color: rgb(255,189,245); }
div.DivClassName
{
background-color: #FFBDF5;
}
.BgClassName
{
background-color: #FFBDF5;
}
</style>
border-color css
<style>
span { border-color: #FFBDF5; }
span { border-color: rgb(255,189,245); }
td.TdClassName
{
border-color: #FFBDF5;
}
.TagClassName
{
border-color: #FFBDF5;
}
</style>