Shades of Lavender Rose #FDB2EC
Tints of Lavender Rose #FDB2EC
RGB
CMYK
RGB Variations
Color information
#FDB2EC (or 0xFDB2EC) is known color: Lavender Rose. HEX triplet: FD, B2 and EC. RGB value is (253,178,236). Sum of RGB (Red+Green+Blue) = 253+178+236=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 178 (69.92% from 255 or 26.69% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2EC is #024D13. Grayscale: #CECECE. Windows color (decimal): -150804 or 15512317. OLE color: 15512317.
HSL color Cylindrical-coordinate representation of color #FDB2EC: hue angle of 313.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2EC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 236 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.01 |
| HSL | 313.6º | 0.95% | 0.85% | - |
| HSV(B) | 313.6º | 0.3% | 0.99% | - |
| XYZ | 71.57 | 58.78 | 86.93 | - |
| YUV | 207.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 236 | 0 | 0.30 | 0.07 | 0.01 | 313.6 | 0.95 | 0.85 |
| Hex | FD | B2 | EC | 0 | 1E | 7 | 1 | 13A | 5F | 55 |
| Octal | 375 | 262 | 354 | 0 | 36 | 7 | 1 | 472 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11101100 | 0 | 11110 | 111 | 1 | 100111010 | 1011111 | 1010101 |
Color Harmonies of #FDB2EC
Complementary color
Monochromatic Colors of #FDB2EC
Black with #FDB2EC
Text Example
Text Example
White with #FDB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2EC; }
p { color: rgb(253,178,236); }
H1.HeaderClassName
{
color: #FDB2EC;
}
.AnyTagClassName
{
color: #FDB2EC;
}
</style>
background-color css
<style>
a { background-color: #FDB2EC; }
a { background-color: rgb(253,178,236); }
div.DivClassName
{
background-color: #FDB2EC;
}
.BgClassName
{
background-color: #FDB2EC;
}
</style>
border-color css
<style>
span { border-color: #FDB2EC; }
span { border-color: rgb(253,178,236); }
td.TdClassName
{
border-color: #FDB2EC;
}
.TagClassName
{
border-color: #FDB2EC;
}
</style>