Shades of Lavender Rose #FDBAE8
Tints of Lavender Rose #FDBAE8
RGB
CMYK
RGB Variations
Color information
#FDBAE8 (or 0xFDBAE8) is known color: Lavender Rose. HEX triplet: FD, BA and E8. RGB value is (253,186,232). Sum of RGB (Red+Green+Blue) = 253+186+232=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAE8 is #024517. Grayscale: #D3D3D3. Windows color (decimal): -148760 or 15252221. OLE color: 15252221.
HSL color Cylindrical-coordinate representation of color #FDBAE8: hue angle of 318.81º 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 #FDBAE8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 232 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.01 |
| HSL | 318.81º | 0.94% | 0.86% | - |
| HSV(B) | 318.81º | 0.26% | 0.99% | - |
| XYZ | 72.63 | 61.83 | 84.45 | - |
| YUV | 211.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 232 | 0 | 0.26 | 0.08 | 0.01 | 318.81 | 0.94 | 0.86 |
| Hex | FD | BA | E8 | 0 | 1A | 8 | 1 | 13F | 5E | 56 |
| Octal | 375 | 272 | 350 | 0 | 32 | 10 | 1 | 477 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11101000 | 0 | 11010 | 1000 | 1 | 100111111 | 1011110 | 1010110 |
Color Harmonies of #FDBAE8
Complementary color
Monochromatic Colors of #FDBAE8
Black with #FDBAE8
Text Example
Text Example
White with #FDBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAE8; }
p { color: rgb(253,186,232); }
H1.HeaderClassName
{
color: #FDBAE8;
}
.AnyTagClassName
{
color: #FDBAE8;
}
</style>
background-color css
<style>
a { background-color: #FDBAE8; }
a { background-color: rgb(253,186,232); }
div.DivClassName
{
background-color: #FDBAE8;
}
.BgClassName
{
background-color: #FDBAE8;
}
</style>
border-color css
<style>
span { border-color: #FDBAE8; }
span { border-color: rgb(253,186,232); }
td.TdClassName
{
border-color: #FDBAE8;
}
.TagClassName
{
border-color: #FDBAE8;
}
</style>