Shades of Lavender Rose #FDBCF5
Tints of Lavender Rose #FDBCF5
RGB
CMYK
RGB Variations
Color information
#FDBCF5 (or 0xFDBCF5) is known color: Lavender Rose. HEX triplet: FD, BC and F5. RGB value is (253,188,245). Sum of RGB (Red+Green+Blue) = 253+188+245=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 188 (73.83% from 255 or 27.41% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCF5 is #02430A. Grayscale: #D5D5D5. Windows color (decimal): -148235 or 16104701. OLE color: 16104701.
HSL color Cylindrical-coordinate representation of color #FDBCF5: hue angle of 307.38º 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 #FDBCF5 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 245 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.01 |
| HSL | 307.38º | 0.94% | 0.86% | - |
| HSV(B) | 307.38º | 0.26% | 0.99% | - |
| XYZ | 74.97 | 63.44 | 94.68 | - |
| YUV | 213.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 245 | 0 | 0.26 | 0.03 | 0.01 | 307.38 | 0.94 | 0.86 |
| Hex | FD | BC | F5 | 0 | 1A | 3 | 1 | 133 | 5E | 56 |
| Octal | 375 | 274 | 365 | 0 | 32 | 3 | 1 | 463 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11110101 | 0 | 11010 | 11 | 1 | 100110011 | 1011110 | 1010110 |
Color Harmonies of #FDBCF5
Complementary color
Monochromatic Colors of #FDBCF5
Black with #FDBCF5
Text Example
Text Example
White with #FDBCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCF5; }
p { color: rgb(253,188,245); }
H1.HeaderClassName
{
color: #FDBCF5;
}
.AnyTagClassName
{
color: #FDBCF5;
}
</style>
background-color css
<style>
a { background-color: #FDBCF5; }
a { background-color: rgb(253,188,245); }
div.DivClassName
{
background-color: #FDBCF5;
}
.BgClassName
{
background-color: #FDBCF5;
}
</style>
border-color css
<style>
span { border-color: #FDBCF5; }
span { border-color: rgb(253,188,245); }
td.TdClassName
{
border-color: #FDBCF5;
}
.TagClassName
{
border-color: #FDBCF5;
}
</style>