Shades of Lavender Rose #FDBCE9
Tints of Lavender Rose #FDBCE9
RGB
CMYK
RGB Variations
Color information
#FDBCE9 (or 0xFDBCE9) is known color: Lavender Rose. HEX triplet: FD, BC and E9. RGB value is (253,188,233). Sum of RGB (Red+Green+Blue) = 253+188+233=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCE9 is #024316. Grayscale: #D4D4D4. Windows color (decimal): -148247 or 15318269. OLE color: 15318269.
HSL color Cylindrical-coordinate representation of color #FDBCE9: hue angle of 318.46º 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 #FDBCE9 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 233 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.01 |
| HSL | 318.46º | 0.94% | 0.86% | - |
| HSV(B) | 318.46º | 0.26% | 0.99% | - |
| XYZ | 73.2 | 62.73 | 85.34 | - |
| YUV | 212.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 233 | 0 | 0.26 | 0.08 | 0.01 | 318.46 | 0.94 | 0.86 |
| Hex | FD | BC | E9 | 0 | 1A | 8 | 1 | 13E | 5E | 56 |
| Octal | 375 | 274 | 351 | 0 | 32 | 10 | 1 | 476 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11101001 | 0 | 11010 | 1000 | 1 | 100111110 | 1011110 | 1010110 |
Color Harmonies of #FDBCE9
Complementary color
Monochromatic Colors of #FDBCE9
Black with #FDBCE9
Text Example
Text Example
White with #FDBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCE9; }
p { color: rgb(253,188,233); }
H1.HeaderClassName
{
color: #FDBCE9;
}
.AnyTagClassName
{
color: #FDBCE9;
}
</style>
background-color css
<style>
a { background-color: #FDBCE9; }
a { background-color: rgb(253,188,233); }
div.DivClassName
{
background-color: #FDBCE9;
}
.BgClassName
{
background-color: #FDBCE9;
}
</style>
border-color css
<style>
span { border-color: #FDBCE9; }
span { border-color: rgb(253,188,233); }
td.TdClassName
{
border-color: #FDBCE9;
}
.TagClassName
{
border-color: #FDBCE9;
}
</style>