Shades of Lavender Rose #FDBAE7
Tints of Lavender Rose #FDBAE7
RGB
CMYK
RGB Variations
Color information
#FDBAE7 (or 0xFDBAE7) is known color: Lavender Rose. HEX triplet: FD, BA and E7. RGB value is (253,186,231). Sum of RGB (Red+Green+Blue) = 253+186+231=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAE7 is #024518. Grayscale: #D3D3D3. Windows color (decimal): -148761 or 15186685. OLE color: 15186685.
HSL color Cylindrical-coordinate representation of color #FDBAE7: hue angle of 319.7º 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 #FDBAE7 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 231 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.01 |
| HSL | 319.7º | 0.94% | 0.86% | - |
| HSV(B) | 319.7º | 0.26% | 0.99% | - |
| XYZ | 72.49 | 61.77 | 83.7 | - |
| YUV | 211.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 231 | 0 | 0.26 | 0.09 | 0.01 | 319.7 | 0.94 | 0.86 |
| Hex | FD | BA | E7 | 0 | 1A | 9 | 1 | 140 | 5E | 56 |
| Octal | 375 | 272 | 347 | 0 | 32 | 11 | 1 | 500 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11100111 | 0 | 11010 | 1001 | 1 | 101000000 | 1011110 | 1010110 |
Color Harmonies of #FDBAE7
Complementary color
Monochromatic Colors of #FDBAE7
Black with #FDBAE7
Text Example
Text Example
White with #FDBAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAE7; }
p { color: rgb(253,186,231); }
H1.HeaderClassName
{
color: #FDBAE7;
}
.AnyTagClassName
{
color: #FDBAE7;
}
</style>
background-color css
<style>
a { background-color: #FDBAE7; }
a { background-color: rgb(253,186,231); }
div.DivClassName
{
background-color: #FDBAE7;
}
.BgClassName
{
background-color: #FDBAE7;
}
</style>
border-color css
<style>
span { border-color: #FDBAE7; }
span { border-color: rgb(253,186,231); }
td.TdClassName
{
border-color: #FDBAE7;
}
.TagClassName
{
border-color: #FDBAE7;
}
</style>