Shades of Lavender Rose #FDB7EB
Tints of Lavender Rose #FDB7EB
RGB
CMYK
RGB Variations
Color information
#FDB7EB (or 0xFDB7EB) is known color: Lavender Rose. HEX triplet: FD, B7 and EB. RGB value is (253,183,235). Sum of RGB (Red+Green+Blue) = 253+183+235=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB7EB is #024814. Grayscale: #D1D1D1. Windows color (decimal): -149525 or 15448061. OLE color: 15448061.
HSL color Cylindrical-coordinate representation of color #FDB7EB: hue angle of 315.43º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB7EB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 235 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.01 |
| HSL | 315.43º | 0.95% | 0.85% | - |
| HSV(B) | 315.43º | 0.28% | 0.99% | - |
| XYZ | 72.44 | 60.75 | 86.5 | - |
| YUV | 209.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 235 | 0 | 0.28 | 0.07 | 0.01 | 315.43 | 0.95 | 0.85 |
| Hex | FD | B7 | EB | 0 | 1C | 7 | 1 | 13B | 5F | 55 |
| Octal | 375 | 267 | 353 | 0 | 34 | 7 | 1 | 473 | 137 | 125 |
| Binary | 11111101 | 10110111 | 11101011 | 0 | 11100 | 111 | 1 | 100111011 | 1011111 | 1010101 |
Color Harmonies of #FDB7EB
Complementary color
Monochromatic Colors of #FDB7EB
Black with #FDB7EB
Text Example
Text Example
White with #FDB7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7EB; }
p { color: rgb(253,183,235); }
H1.HeaderClassName
{
color: #FDB7EB;
}
.AnyTagClassName
{
color: #FDB7EB;
}
</style>
background-color css
<style>
a { background-color: #FDB7EB; }
a { background-color: rgb(253,183,235); }
div.DivClassName
{
background-color: #FDB7EB;
}
.BgClassName
{
background-color: #FDB7EB;
}
</style>
border-color css
<style>
span { border-color: #FDB7EB; }
span { border-color: rgb(253,183,235); }
td.TdClassName
{
border-color: #FDB7EB;
}
.TagClassName
{
border-color: #FDB7EB;
}
</style>