Shades of Lavender Rose #FDBCFB
Tints of Lavender Rose #FDBCFB
RGB
CMYK
RGB Variations
Color information
#FDBCFB (or 0xFDBCFB) is known color: Lavender Rose. HEX triplet: FD, BC and FB. RGB value is (253,188,251). Sum of RGB (Red+Green+Blue) = 253+188+251=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 188 (73.83% from 255 or 27.17% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCFB is #024304. Grayscale: #D6D6D6. Windows color (decimal): -148229 or 16497917. OLE color: 16497917.
HSL color Cylindrical-coordinate representation of color #FDBCFB: hue angle of 301.85º 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 #FDBCFB is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 251 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.01 |
| HSL | 301.85º | 0.94% | 0.86% | - |
| HSV(B) | 301.85º | 0.26% | 0.99% | - |
| XYZ | 75.9 | 63.81 | 99.58 | - |
| YUV | 214.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 251 | 0 | 0.26 | 0.01 | 0.01 | 301.85 | 0.94 | 0.86 |
| Hex | FD | BC | FB | 0 | 1A | 1 | 1 | 12E | 5E | 56 |
| Octal | 375 | 274 | 373 | 0 | 32 | 1 | 1 | 456 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11111011 | 0 | 11010 | 1 | 1 | 100101110 | 1011110 | 1010110 |
Color Harmonies of #FDBCFB
Complementary color
Monochromatic Colors of #FDBCFB
Black with #FDBCFB
Text Example
Text Example
White with #FDBCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCFB; }
p { color: rgb(253,188,251); }
H1.HeaderClassName
{
color: #FDBCFB;
}
.AnyTagClassName
{
color: #FDBCFB;
}
</style>
background-color css
<style>
a { background-color: #FDBCFB; }
a { background-color: rgb(253,188,251); }
div.DivClassName
{
background-color: #FDBCFB;
}
.BgClassName
{
background-color: #FDBCFB;
}
</style>
border-color css
<style>
span { border-color: #FDBCFB; }
span { border-color: rgb(253,188,251); }
td.TdClassName
{
border-color: #FDBCFB;
}
.TagClassName
{
border-color: #FDBCFB;
}
</style>