Shades of Lavender Rose #FDBCF6
Tints of Lavender Rose #FDBCF6
RGB
CMYK
RGB Variations
Color information
#FDBCF6 (or 0xFDBCF6) is known color: Lavender Rose. HEX triplet: FD, BC and F6. RGB value is (253,188,246). Sum of RGB (Red+Green+Blue) = 253+188+246=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 188 (73.83% from 255 or 27.37% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCF6 is #024309. Grayscale: #D5D5D5. Windows color (decimal): -148234 or 16170237. OLE color: 16170237.
HSL color Cylindrical-coordinate representation of color #FDBCF6: hue angle of 306.46º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBCF6 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 246 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.01 |
| HSL | 306.46º | 0.94% | 0.86% | - |
| HSV(B) | 306.46º | 0.26% | 0.99% | - |
| XYZ | 75.13 | 63.5 | 95.49 | - |
| YUV | 214.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 246 | 0 | 0.26 | 0.03 | 0.01 | 306.46 | 0.94 | 0.86 |
| Hex | FD | BC | F6 | 0 | 1A | 3 | 1 | 132 | 5E | 56 |
| Octal | 375 | 274 | 366 | 0 | 32 | 3 | 1 | 462 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11110110 | 0 | 11010 | 11 | 1 | 100110010 | 1011110 | 1010110 |
Color Harmonies of #FDBCF6
Complementary color
Monochromatic Colors of #FDBCF6
Black with #FDBCF6
Text Example
Text Example
White with #FDBCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCF6; }
p { color: rgb(253,188,246); }
H1.HeaderClassName
{
color: #FDBCF6;
}
.AnyTagClassName
{
color: #FDBCF6;
}
</style>
background-color css
<style>
a { background-color: #FDBCF6; }
a { background-color: rgb(253,188,246); }
div.DivClassName
{
background-color: #FDBCF6;
}
.BgClassName
{
background-color: #FDBCF6;
}
</style>
border-color css
<style>
span { border-color: #FDBCF6; }
span { border-color: rgb(253,188,246); }
td.TdClassName
{
border-color: #FDBCF6;
}
.TagClassName
{
border-color: #FDBCF6;
}
</style>