Shades of Lavender Rose #FDBCF8
Tints of Lavender Rose #FDBCF8
RGB
CMYK
RGB Variations
Color information
#FDBCF8 (or 0xFDBCF8) is known color: Lavender Rose. HEX triplet: FD, BC and F8. RGB value is (253,188,248). Sum of RGB (Red+Green+Blue) = 253+188+248=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 188 (73.83% from 255 or 27.29% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCF8 is #024307. Grayscale: #D6D6D6. Windows color (decimal): -148232 or 16301309. OLE color: 16301309.
HSL color Cylindrical-coordinate representation of color #FDBCF8: hue angle of 304.62º 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 #FDBCF8 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 248 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.01 |
| HSL | 304.62º | 0.94% | 0.86% | - |
| HSV(B) | 304.62º | 0.26% | 0.99% | - |
| XYZ | 75.43 | 63.63 | 97.11 | - |
| YUV | 214.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 248 | 0 | 0.26 | 0.02 | 0.01 | 304.62 | 0.94 | 0.86 |
| Hex | FD | BC | F8 | 0 | 1A | 2 | 1 | 131 | 5E | 56 |
| Octal | 375 | 274 | 370 | 0 | 32 | 2 | 1 | 461 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11111000 | 0 | 11010 | 10 | 1 | 100110001 | 1011110 | 1010110 |
Color Harmonies of #FDBCF8
Complementary color
Monochromatic Colors of #FDBCF8
Black with #FDBCF8
Text Example
Text Example
White with #FDBCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCF8; }
p { color: rgb(253,188,248); }
H1.HeaderClassName
{
color: #FDBCF8;
}
.AnyTagClassName
{
color: #FDBCF8;
}
</style>
background-color css
<style>
a { background-color: #FDBCF8; }
a { background-color: rgb(253,188,248); }
div.DivClassName
{
background-color: #FDBCF8;
}
.BgClassName
{
background-color: #FDBCF8;
}
</style>
border-color css
<style>
span { border-color: #FDBCF8; }
span { border-color: rgb(253,188,248); }
td.TdClassName
{
border-color: #FDBCF8;
}
.TagClassName
{
border-color: #FDBCF8;
}
</style>