Shades of Lavender Rose #FDBDEB
Tints of Lavender Rose #FDBDEB
RGB
CMYK
RGB Variations
Color information
#FDBDEB (or 0xFDBDEB) is known color: Lavender Rose. HEX triplet: FD, BD and EB. RGB value is (253,189,235). Sum of RGB (Red+Green+Blue) = 253+189+235=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 189 (74.22% from 255 or 27.92% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDEB is #024214. Grayscale: #D5D5D5. Windows color (decimal): -147989 or 15449597. OLE color: 15449597.
HSL color Cylindrical-coordinate representation of color #FDBDEB: hue angle of 316.88º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBDEB is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 235 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.01 |
| HSL | 316.88º | 0.94% | 0.87% | - |
| HSV(B) | 316.88º | 0.25% | 0.99% | - |
| XYZ | 73.7 | 63.28 | 86.93 | - |
| YUV | 213.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 235 | 0 | 0.25 | 0.07 | 0.01 | 316.88 | 0.94 | 0.87 |
| Hex | FD | BD | EB | 0 | 19 | 7 | 1 | 13D | 5E | 57 |
| Octal | 375 | 275 | 353 | 0 | 31 | 7 | 1 | 475 | 136 | 127 |
| Binary | 11111101 | 10111101 | 11101011 | 0 | 11001 | 111 | 1 | 100111101 | 1011110 | 1010111 |
Color Harmonies of #FDBDEB
Complementary color
Monochromatic Colors of #FDBDEB
Black with #FDBDEB
Text Example
Text Example
White with #FDBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDEB; }
p { color: rgb(253,189,235); }
H1.HeaderClassName
{
color: #FDBDEB;
}
.AnyTagClassName
{
color: #FDBDEB;
}
</style>
background-color css
<style>
a { background-color: #FDBDEB; }
a { background-color: rgb(253,189,235); }
div.DivClassName
{
background-color: #FDBDEB;
}
.BgClassName
{
background-color: #FDBDEB;
}
</style>
border-color css
<style>
span { border-color: #FDBDEB; }
span { border-color: rgb(253,189,235); }
td.TdClassName
{
border-color: #FDBDEB;
}
.TagClassName
{
border-color: #FDBDEB;
}
</style>