Shades of Lavender Rose #FDBAF6
Tints of Lavender Rose #FDBAF6
RGB
CMYK
RGB Variations
Color information
#FDBAF6 (or 0xFDBAF6) is known color: Lavender Rose. HEX triplet: FD, BA and F6. RGB value is (253,186,246). Sum of RGB (Red+Green+Blue) = 253+186+246=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 186 (73.05% from 255 or 27.15% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAF6 is #024509. Grayscale: #D4D4D4. Windows color (decimal): -148746 or 16169725. OLE color: 16169725.
HSL color Cylindrical-coordinate representation of color #FDBAF6: hue angle of 306.27º 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 #FDBAF6 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 246 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.01 |
| HSL | 306.27º | 0.94% | 0.86% | - |
| HSV(B) | 306.27º | 0.26% | 0.99% | - |
| XYZ | 74.7 | 62.65 | 95.35 | - |
| YUV | 212.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 246 | 0 | 0.26 | 0.03 | 0.01 | 306.27 | 0.94 | 0.86 |
| Hex | FD | BA | F6 | 0 | 1A | 3 | 1 | 132 | 5E | 56 |
| Octal | 375 | 272 | 366 | 0 | 32 | 3 | 1 | 462 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11110110 | 0 | 11010 | 11 | 1 | 100110010 | 1011110 | 1010110 |
Color Harmonies of #FDBAF6
Complementary color
Monochromatic Colors of #FDBAF6
Black with #FDBAF6
Text Example
Text Example
White with #FDBAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAF6; }
p { color: rgb(253,186,246); }
H1.HeaderClassName
{
color: #FDBAF6;
}
.AnyTagClassName
{
color: #FDBAF6;
}
</style>
background-color css
<style>
a { background-color: #FDBAF6; }
a { background-color: rgb(253,186,246); }
div.DivClassName
{
background-color: #FDBAF6;
}
.BgClassName
{
background-color: #FDBAF6;
}
</style>
border-color css
<style>
span { border-color: #FDBAF6; }
span { border-color: rgb(253,186,246); }
td.TdClassName
{
border-color: #FDBAF6;
}
.TagClassName
{
border-color: #FDBAF6;
}
</style>