Shades of Lavender Rose #FFBDEE
Tints of Lavender Rose #FFBDEE
RGB
CMYK
RGB Variations
Color information
#FFBDEE (or 0xFFBDEE) is known color: Lavender Rose. HEX triplet: FF, BD and EE. RGB value is (255,189,238). Sum of RGB (Red+Green+Blue) = 255+189+238=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDEE is #004211. Grayscale: #D6D6D6. Windows color (decimal): -16914 or 15646207. OLE color: 15646207.
HSL color Cylindrical-coordinate representation of color #FFBDEE: hue angle of 315.45º 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 #FFBDEE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 238 | - |
| CMYK | 0 | 0.26 | 0.07 | 0 |
| HSL | 315.45º | 1% | 0.87% | - |
| HSV(B) | 315.45º | 0.26% | 1% | - |
| XYZ | 74.87 | 63.83 | 89.26 | - |
| YUV | 214.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 238 | 0 | 0.26 | 0.07 | 0 | 315.45 | 1 | 0.87 |
| Hex | FF | BD | EE | 0 | 1A | 7 | 0 | 13B | 64 | 57 |
| Octal | 377 | 275 | 356 | 0 | 32 | 7 | 0 | 473 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11101110 | 0 | 11010 | 111 | 0 | 100111011 | 1100100 | 1010111 |
Color Harmonies of #FFBDEE
Complementary color
Monochromatic Colors of #FFBDEE
Black with #FFBDEE
Text Example
Text Example
White with #FFBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDEE; }
p { color: rgb(255,189,238); }
H1.HeaderClassName
{
color: #FFBDEE;
}
.AnyTagClassName
{
color: #FFBDEE;
}
</style>
background-color css
<style>
a { background-color: #FFBDEE; }
a { background-color: rgb(255,189,238); }
div.DivClassName
{
background-color: #FFBDEE;
}
.BgClassName
{
background-color: #FFBDEE;
}
</style>
border-color css
<style>
span { border-color: #FFBDEE; }
span { border-color: rgb(255,189,238); }
td.TdClassName
{
border-color: #FFBDEE;
}
.TagClassName
{
border-color: #FFBDEE;
}
</style>