Shades of Lavender Rose #FFBDED
Tints of Lavender Rose #FFBDED
RGB
CMYK
RGB Variations
Color information
#FFBDED (or 0xFFBDED) is known color: Lavender Rose. HEX triplet: FF, BD and ED. RGB value is (255,189,237). Sum of RGB (Red+Green+Blue) = 255+189+237=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDED is #004212. Grayscale: #D6D6D6. Windows color (decimal): -16915 or 15580671. OLE color: 15580671.
HSL color Cylindrical-coordinate representation of color #FFBDED: hue angle of 316.36º 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 #FFBDED is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 237 | - |
| CMYK | 0 | 0.26 | 0.07 | 0 |
| HSL | 316.36º | 1% | 0.87% | - |
| HSV(B) | 316.36º | 0.26% | 1% | - |
| XYZ | 74.72 | 63.77 | 88.49 | - |
| YUV | 214.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 237 | 0 | 0.26 | 0.07 | 0 | 316.36 | 1 | 0.87 |
| Hex | FF | BD | ED | 0 | 1A | 7 | 0 | 13C | 64 | 57 |
| Octal | 377 | 275 | 355 | 0 | 32 | 7 | 0 | 474 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11101101 | 0 | 11010 | 111 | 0 | 100111100 | 1100100 | 1010111 |
Color Harmonies of #FFBDED
Complementary color
Monochromatic Colors of #FFBDED
Black with #FFBDED
Text Example
Text Example
White with #FFBDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDED; }
p { color: rgb(255,189,237); }
H1.HeaderClassName
{
color: #FFBDED;
}
.AnyTagClassName
{
color: #FFBDED;
}
</style>
background-color css
<style>
a { background-color: #FFBDED; }
a { background-color: rgb(255,189,237); }
div.DivClassName
{
background-color: #FFBDED;
}
.BgClassName
{
background-color: #FFBDED;
}
</style>
border-color css
<style>
span { border-color: #FFBDED; }
span { border-color: rgb(255,189,237); }
td.TdClassName
{
border-color: #FFBDED;
}
.TagClassName
{
border-color: #FFBDED;
}
</style>