Shades of Lavender Rose #FDBAEB
Tints of Lavender Rose #FDBAEB
RGB
CMYK
RGB Variations
Color information
#FDBAEB (or 0xFDBAEB) is known color: Lavender Rose. HEX triplet: FD, BA and EB. RGB value is (253,186,235). Sum of RGB (Red+Green+Blue) = 253+186+235=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAEB is #024514. Grayscale: #D3D3D3. Windows color (decimal): -148757 or 15448829. OLE color: 15448829.
HSL color Cylindrical-coordinate representation of color #FDBAEB: hue angle of 316.12º 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 #FDBAEB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 235 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.01 |
| HSL | 316.12º | 0.94% | 0.86% | - |
| HSV(B) | 316.12º | 0.26% | 0.99% | - |
| XYZ | 73.06 | 62 | 86.71 | - |
| YUV | 211.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 235 | 0 | 0.26 | 0.07 | 0.01 | 316.12 | 0.94 | 0.86 |
| Hex | FD | BA | EB | 0 | 1A | 7 | 1 | 13C | 5E | 56 |
| Octal | 375 | 272 | 353 | 0 | 32 | 7 | 1 | 474 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11101011 | 0 | 11010 | 111 | 1 | 100111100 | 1011110 | 1010110 |
Color Harmonies of #FDBAEB
Complementary color
Monochromatic Colors of #FDBAEB
Black with #FDBAEB
Text Example
Text Example
White with #FDBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAEB; }
p { color: rgb(253,186,235); }
H1.HeaderClassName
{
color: #FDBAEB;
}
.AnyTagClassName
{
color: #FDBAEB;
}
</style>
background-color css
<style>
a { background-color: #FDBAEB; }
a { background-color: rgb(253,186,235); }
div.DivClassName
{
background-color: #FDBAEB;
}
.BgClassName
{
background-color: #FDBAEB;
}
</style>
border-color css
<style>
span { border-color: #FDBAEB; }
span { border-color: rgb(253,186,235); }
td.TdClassName
{
border-color: #FDBAEB;
}
.TagClassName
{
border-color: #FDBAEB;
}
</style>