Shades of Lavender Rose #FDBAFE
Tints of Lavender Rose #FDBAFE
RGB
CMYK
RGB Variations
Color information
#FDBAFE (or 0xFDBAFE) is known color: Lavender Rose. HEX triplet: FD, BA and FE. RGB value is (253,186,254). Sum of RGB (Red+Green+Blue) = 253+186+254=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 186 (73.05% from 255 or 26.84% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAFE is #024501. Grayscale: #D5D5D5. Windows color (decimal): -148738 or 16694013. OLE color: 16694013.
HSL color Cylindrical-coordinate representation of color #FDBAFE: hue angle of 299.12º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDBAFE is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 186 | 254 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.00 |
| HSL | 299.12º | 0.97% | 0.86% | - |
| HSV(B) | 299.12º | 0.27% | 1% | - |
| XYZ | 75.96 | 63.16 | 101.95 | - |
| YUV | 213.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 254 | 0.00 | 0.27 | 0 | 0.00 | 299.12 | 0.97 | 0.86 |
| Hex | FD | BA | FE | 0 | 1B | 0 | 0 | 12B | 61 | 56 |
| Octal | 375 | 272 | 376 | 0 | 33 | 0 | 0 | 453 | 141 | 126 |
| Binary | 11111101 | 10111010 | 11111110 | 0 | 11011 | 0 | 0 | 100101011 | 1100001 | 1010110 |
Color Harmonies of #FDBAFE
Complementary color
Monochromatic Colors of #FDBAFE
Black with #FDBAFE
Text Example
Text Example
White with #FDBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAFE; }
p { color: rgb(253,186,254); }
H1.HeaderClassName
{
color: #FDBAFE;
}
.AnyTagClassName
{
color: #FDBAFE;
}
</style>
background-color css
<style>
a { background-color: #FDBAFE; }
a { background-color: rgb(253,186,254); }
div.DivClassName
{
background-color: #FDBAFE;
}
.BgClassName
{
background-color: #FDBAFE;
}
</style>
border-color css
<style>
span { border-color: #FDBAFE; }
span { border-color: rgb(253,186,254); }
td.TdClassName
{
border-color: #FDBAFE;
}
.TagClassName
{
border-color: #FDBAFE;
}
</style>