Shades of Lavender Rose #FFBDEB
Tints of Lavender Rose #FFBDEB
RGB
CMYK
RGB Variations
Color information
#FFBDEB (or 0xFFBDEB) is known color: Lavender Rose. HEX triplet: FF, BD and EB. RGB value is (255,189,235). Sum of RGB (Red+Green+Blue) = 255+189+235=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDEB is #004214. Grayscale: #D5D5D5. Windows color (decimal): -16917 or 15449599. OLE color: 15449599.
HSL color Cylindrical-coordinate representation of color #FFBDEB: hue angle of 318.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 #FFBDEB is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 235 | - |
| CMYK | 0 | 0.26 | 0.08 | 0 |
| HSL | 318.18º | 1% | 0.87% | - |
| HSV(B) | 318.18º | 0.26% | 1% | - |
| XYZ | 74.43 | 63.65 | 86.96 | - |
| YUV | 213.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 235 | 0 | 0.26 | 0.08 | 0 | 318.18 | 1 | 0.87 |
| Hex | FF | BD | EB | 0 | 1A | 8 | 0 | 13E | 64 | 57 |
| Octal | 377 | 275 | 353 | 0 | 32 | 10 | 0 | 476 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11101011 | 0 | 11010 | 1000 | 0 | 100111110 | 1100100 | 1010111 |
Color Harmonies of #FFBDEB
Complementary color
Monochromatic Colors of #FFBDEB
Black with #FFBDEB
Text Example
Text Example
White with #FFBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDEB; }
p { color: rgb(255,189,235); }
H1.HeaderClassName
{
color: #FFBDEB;
}
.AnyTagClassName
{
color: #FFBDEB;
}
</style>
background-color css
<style>
a { background-color: #FFBDEB; }
a { background-color: rgb(255,189,235); }
div.DivClassName
{
background-color: #FFBDEB;
}
.BgClassName
{
background-color: #FFBDEB;
}
</style>
border-color css
<style>
span { border-color: #FFBDEB; }
span { border-color: rgb(255,189,235); }
td.TdClassName
{
border-color: #FFBDEB;
}
.TagClassName
{
border-color: #FFBDEB;
}
</style>