Shades of Lavender Rose #FDB7EC
Tints of Lavender Rose #FDB7EC
RGB
CMYK
RGB Variations
Color information
#FDB7EC (or 0xFDB7EC) is known color: Lavender Rose. HEX triplet: FD, B7 and EC. RGB value is (253,183,236). Sum of RGB (Red+Green+Blue) = 253+183+236=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 183 (71.88% from 255 or 27.23% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB7EC is #024813. Grayscale: #D1D1D1. Windows color (decimal): -149524 or 15513597. OLE color: 15513597.
HSL color Cylindrical-coordinate representation of color #FDB7EC: hue angle of 314.57º 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 #FDB7EC is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 236 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.01 |
| HSL | 314.57º | 0.95% | 0.85% | - |
| HSV(B) | 314.57º | 0.28% | 0.99% | - |
| XYZ | 72.58 | 60.81 | 87.27 | - |
| YUV | 209.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 236 | 0 | 0.28 | 0.07 | 0.01 | 314.57 | 0.95 | 0.85 |
| Hex | FD | B7 | EC | 0 | 1C | 7 | 1 | 13B | 5F | 55 |
| Octal | 375 | 267 | 354 | 0 | 34 | 7 | 1 | 473 | 137 | 125 |
| Binary | 11111101 | 10110111 | 11101100 | 0 | 11100 | 111 | 1 | 100111011 | 1011111 | 1010101 |
Color Harmonies of #FDB7EC
Complementary color
Monochromatic Colors of #FDB7EC
Black with #FDB7EC
Text Example
Text Example
White with #FDB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7EC; }
p { color: rgb(253,183,236); }
H1.HeaderClassName
{
color: #FDB7EC;
}
.AnyTagClassName
{
color: #FDB7EC;
}
</style>
background-color css
<style>
a { background-color: #FDB7EC; }
a { background-color: rgb(253,183,236); }
div.DivClassName
{
background-color: #FDB7EC;
}
.BgClassName
{
background-color: #FDB7EC;
}
</style>
border-color css
<style>
span { border-color: #FDB7EC; }
span { border-color: rgb(253,183,236); }
td.TdClassName
{
border-color: #FDB7EC;
}
.TagClassName
{
border-color: #FDB7EC;
}
</style>