Shades of Lavender Rose #FDB1EC
Tints of Lavender Rose #FDB1EC
RGB
CMYK
RGB Variations
Color information
#FDB1EC (or 0xFDB1EC) is known color: Lavender Rose. HEX triplet: FD, B1 and EC. RGB value is (253,177,236). Sum of RGB (Red+Green+Blue) = 253+177+236=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB1EC is #024E13. Grayscale: #CECECE. Windows color (decimal): -151060 or 15512061. OLE color: 15512061.
HSL color Cylindrical-coordinate representation of color #FDB1EC: hue angle of 313.42º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1EC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 236 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.01 |
| HSL | 313.42º | 0.95% | 0.84% | - |
| HSV(B) | 313.42º | 0.3% | 0.99% | - |
| XYZ | 71.37 | 58.38 | 86.86 | - |
| YUV | 206.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 236 | 0 | 0.30 | 0.07 | 0.01 | 313.42 | 0.95 | 0.84 |
| Hex | FD | B1 | EC | 0 | 1E | 7 | 1 | 139 | 5F | 54 |
| Octal | 375 | 261 | 354 | 0 | 36 | 7 | 1 | 471 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11101100 | 0 | 11110 | 111 | 1 | 100111001 | 1011111 | 1010100 |
Color Harmonies of #FDB1EC
Complementary color
Monochromatic Colors of #FDB1EC
Black with #FDB1EC
Text Example
Text Example
White with #FDB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1EC; }
p { color: rgb(253,177,236); }
H1.HeaderClassName
{
color: #FDB1EC;
}
.AnyTagClassName
{
color: #FDB1EC;
}
</style>
background-color css
<style>
a { background-color: #FDB1EC; }
a { background-color: rgb(253,177,236); }
div.DivClassName
{
background-color: #FDB1EC;
}
.BgClassName
{
background-color: #FDB1EC;
}
</style>
border-color css
<style>
span { border-color: #FDB1EC; }
span { border-color: rgb(253,177,236); }
td.TdClassName
{
border-color: #FDB1EC;
}
.TagClassName
{
border-color: #FDB1EC;
}
</style>