Shades of Lavender Rose #FDBCF3
Tints of Lavender Rose #FDBCF3
RGB
CMYK
RGB Variations
Color information
#FDBCF3 (or 0xFDBCF3) is known color: Lavender Rose. HEX triplet: FD, BC and F3. RGB value is (253,188,243). Sum of RGB (Red+Green+Blue) = 253+188+243=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 188 (73.83% from 255 or 27.49% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCF3 is #02430C. Grayscale: #D5D5D5. Windows color (decimal): -148237 or 15973629. OLE color: 15973629.
HSL color Cylindrical-coordinate representation of color #FDBCF3: hue angle of 309.23º 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 #FDBCF3 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 243 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.01 |
| HSL | 309.23º | 0.94% | 0.86% | - |
| HSV(B) | 309.23º | 0.26% | 0.99% | - |
| XYZ | 74.67 | 63.32 | 93.08 | - |
| YUV | 213.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 243 | 0 | 0.26 | 0.04 | 0.01 | 309.23 | 0.94 | 0.86 |
| Hex | FD | BC | F3 | 0 | 1A | 4 | 1 | 135 | 5E | 56 |
| Octal | 375 | 274 | 363 | 0 | 32 | 4 | 1 | 465 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11110011 | 0 | 11010 | 100 | 1 | 100110101 | 1011110 | 1010110 |
Color Harmonies of #FDBCF3
Complementary color
Monochromatic Colors of #FDBCF3
Black with #FDBCF3
Text Example
Text Example
White with #FDBCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCF3; }
p { color: rgb(253,188,243); }
H1.HeaderClassName
{
color: #FDBCF3;
}
.AnyTagClassName
{
color: #FDBCF3;
}
</style>
background-color css
<style>
a { background-color: #FDBCF3; }
a { background-color: rgb(253,188,243); }
div.DivClassName
{
background-color: #FDBCF3;
}
.BgClassName
{
background-color: #FDBCF3;
}
</style>
border-color css
<style>
span { border-color: #FDBCF3; }
span { border-color: rgb(253,188,243); }
td.TdClassName
{
border-color: #FDBCF3;
}
.TagClassName
{
border-color: #FDBCF3;
}
</style>