Shades of Lavender Rose #FDBCFD
Tints of Lavender Rose #FDBCFD
RGB
CMYK
RGB Variations
Color information
#FDBCFD (or 0xFDBCFD) is known color: Lavender Rose. HEX triplet: FD, BC and FD. RGB value is (253,188,253). Sum of RGB (Red+Green+Blue) = 253+188+253=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 188 (73.83% from 255 or 27.09% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDBCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCFD is #024302. Grayscale: #D6D6D6. Windows color (decimal): -148227 or 16628989. OLE color: 16628989.
HSL color Cylindrical-coordinate representation of color #FDBCFD: hue angle of 300º 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 #FDBCFD is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 253 | - |
| CMYK | 0 | 0.26 | 0 | 0.01 |
| HSL | 300º | 0.94% | 0.86% | - |
| HSV(B) | 300º | 0.26% | 0.99% | - |
| XYZ | 76.22 | 63.94 | 101.25 | - |
| YUV | 214.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 253 | 0 | 0.26 | 0 | 0.01 | 300 | 0.94 | 0.86 |
| Hex | FD | BC | FD | 0 | 1A | 0 | 1 | 12C | 5E | 56 |
| Octal | 375 | 274 | 375 | 0 | 32 | 0 | 1 | 454 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11111101 | 0 | 11010 | 0 | 1 | 100101100 | 1011110 | 1010110 |
Color Harmonies of #FDBCFD
Complementary color
Monochromatic Colors of #FDBCFD
Black with #FDBCFD
Text Example
Text Example
White with #FDBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCFD; }
p { color: rgb(253,188,253); }
H1.HeaderClassName
{
color: #FDBCFD;
}
.AnyTagClassName
{
color: #FDBCFD;
}
</style>
background-color css
<style>
a { background-color: #FDBCFD; }
a { background-color: rgb(253,188,253); }
div.DivClassName
{
background-color: #FDBCFD;
}
.BgClassName
{
background-color: #FDBCFD;
}
</style>
border-color css
<style>
span { border-color: #FDBCFD; }
span { border-color: rgb(253,188,253); }
td.TdClassName
{
border-color: #FDBCFD;
}
.TagClassName
{
border-color: #FDBCFD;
}
</style>