Shades of Lavender Rose #FFBDEF
Tints of Lavender Rose #FFBDEF
RGB
CMYK
RGB Variations
Color information
#FFBDEF (or 0xFFBDEF) is known color: Lavender Rose. HEX triplet: FF, BD and EF. RGB value is (255,189,239). Sum of RGB (Red+Green+Blue) = 255+189+239=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 189 (74.22% from 255 or 27.67% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDEF is #004210. Grayscale: #D6D6D6. Windows color (decimal): -16913 or 15711743. OLE color: 15711743.
HSL color Cylindrical-coordinate representation of color #FFBDEF: hue angle of 314.55º 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 #FFBDEF is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 239 | - |
| CMYK | 0 | 0.26 | 0.06 | 0 |
| HSL | 314.55º | 1% | 0.87% | - |
| HSV(B) | 314.55º | 0.26% | 1% | - |
| XYZ | 75.02 | 63.89 | 90.04 | - |
| YUV | 214.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 239 | 0 | 0.26 | 0.06 | 0 | 314.55 | 1 | 0.87 |
| Hex | FF | BD | EF | 0 | 1A | 6 | 0 | 13B | 64 | 57 |
| Octal | 377 | 275 | 357 | 0 | 32 | 6 | 0 | 473 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11101111 | 0 | 11010 | 110 | 0 | 100111011 | 1100100 | 1010111 |
Color Harmonies of #FFBDEF
Complementary color
Monochromatic Colors of #FFBDEF
Black with #FFBDEF
Text Example
Text Example
White with #FFBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDEF; }
p { color: rgb(255,189,239); }
H1.HeaderClassName
{
color: #FFBDEF;
}
.AnyTagClassName
{
color: #FFBDEF;
}
</style>
background-color css
<style>
a { background-color: #FFBDEF; }
a { background-color: rgb(255,189,239); }
div.DivClassName
{
background-color: #FFBDEF;
}
.BgClassName
{
background-color: #FFBDEF;
}
</style>
border-color css
<style>
span { border-color: #FFBDEF; }
span { border-color: rgb(255,189,239); }
td.TdClassName
{
border-color: #FFBDEF;
}
.TagClassName
{
border-color: #FFBDEF;
}
</style>