Shades of Lavender Rose #FDBFF6
Tints of Lavender Rose #FDBFF6
RGB
CMYK
RGB Variations
Color information
#FDBFF6 (or 0xFDBFF6) is known color: Lavender Rose. HEX triplet: FD, BF and F6. RGB value is (253,191,246). Sum of RGB (Red+Green+Blue) = 253+191+246=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 191 (75% from 255 or 27.68% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFF6 is #024009. Grayscale: #D7D7D7. Windows color (decimal): -147466 or 16171005. OLE color: 16171005.
HSL color Cylindrical-coordinate representation of color #FDBFF6: hue angle of 306.77º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFF6 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 246 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.01 |
| HSL | 306.77º | 0.94% | 0.87% | - |
| HSV(B) | 306.77º | 0.25% | 0.99% | - |
| XYZ | 75.77 | 64.8 | 95.7 | - |
| YUV | 215.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 246 | 0 | 0.25 | 0.03 | 0.01 | 306.77 | 0.94 | 0.87 |
| Hex | FD | BF | F6 | 0 | 19 | 3 | 1 | 133 | 5E | 57 |
| Octal | 375 | 277 | 366 | 0 | 31 | 3 | 1 | 463 | 136 | 127 |
| Binary | 11111101 | 10111111 | 11110110 | 0 | 11001 | 11 | 1 | 100110011 | 1011110 | 1010111 |
Color Harmonies of #FDBFF6
Complementary color
Monochromatic Colors of #FDBFF6
Black with #FDBFF6
Text Example
Text Example
White with #FDBFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFF6; }
p { color: rgb(253,191,246); }
H1.HeaderClassName
{
color: #FDBFF6;
}
.AnyTagClassName
{
color: #FDBFF6;
}
</style>
background-color css
<style>
a { background-color: #FDBFF6; }
a { background-color: rgb(253,191,246); }
div.DivClassName
{
background-color: #FDBFF6;
}
.BgClassName
{
background-color: #FDBFF6;
}
</style>
border-color css
<style>
span { border-color: #FDBFF6; }
span { border-color: rgb(253,191,246); }
td.TdClassName
{
border-color: #FDBFF6;
}
.TagClassName
{
border-color: #FDBFF6;
}
</style>