Shades of Lavender Rose #FDBAF7
Tints of Lavender Rose #FDBAF7
RGB
CMYK
RGB Variations
Color information
#FDBAF7 (or 0xFDBAF7) is known color: Lavender Rose. HEX triplet: FD, BA and F7. RGB value is (253,186,247). Sum of RGB (Red+Green+Blue) = 253+186+247=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAF7 is #024508. Grayscale: #D4D4D4. Windows color (decimal): -148745 or 16235261. OLE color: 16235261.
HSL color Cylindrical-coordinate representation of color #FDBAF7: hue angle of 305.37º 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 #FDBAF7 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 247 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.01 |
| HSL | 305.37º | 0.94% | 0.86% | - |
| HSV(B) | 305.37º | 0.26% | 0.99% | - |
| XYZ | 74.86 | 62.72 | 96.16 | - |
| YUV | 212.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 247 | 0 | 0.26 | 0.02 | 0.01 | 305.37 | 0.94 | 0.86 |
| Hex | FD | BA | F7 | 0 | 1A | 2 | 1 | 131 | 5E | 56 |
| Octal | 375 | 272 | 367 | 0 | 32 | 2 | 1 | 461 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11110111 | 0 | 11010 | 10 | 1 | 100110001 | 1011110 | 1010110 |
Color Harmonies of #FDBAF7
Complementary color
Monochromatic Colors of #FDBAF7
Black with #FDBAF7
Text Example
Text Example
White with #FDBAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAF7; }
p { color: rgb(253,186,247); }
H1.HeaderClassName
{
color: #FDBAF7;
}
.AnyTagClassName
{
color: #FDBAF7;
}
</style>
background-color css
<style>
a { background-color: #FDBAF7; }
a { background-color: rgb(253,186,247); }
div.DivClassName
{
background-color: #FDBAF7;
}
.BgClassName
{
background-color: #FDBAF7;
}
</style>
border-color css
<style>
span { border-color: #FDBAF7; }
span { border-color: rgb(253,186,247); }
td.TdClassName
{
border-color: #FDBAF7;
}
.TagClassName
{
border-color: #FDBAF7;
}
</style>