Shades of Lavender Rose #FFBDF7
Tints of Lavender Rose #FFBDF7
RGB
CMYK
RGB Variations
Color information
#FFBDF7 (or 0xFFBDF7) is known color: Lavender Rose. HEX triplet: FF, BD and F7. RGB value is (255,189,247). Sum of RGB (Red+Green+Blue) = 255+189+247=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF7 is #004208. Grayscale: #D7D7D7. Windows color (decimal): -16905 or 16236031. OLE color: 16236031.
HSL color Cylindrical-coordinate representation of color #FFBDF7: hue angle of 307.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDF7 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 247 | - |
| CMYK | 0 | 0.26 | 0.03 | 0 |
| HSL | 307.27º | 1% | 0.87% | - |
| HSV(B) | 307.27º | 0.26% | 1% | - |
| XYZ | 76.23 | 64.37 | 96.4 | - |
| YUV | 215.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 247 | 0 | 0.26 | 0.03 | 0 | 307.27 | 1 | 0.87 |
| Hex | FF | BD | F7 | 0 | 1A | 3 | 0 | 133 | 64 | 57 |
| Octal | 377 | 275 | 367 | 0 | 32 | 3 | 0 | 463 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11110111 | 0 | 11010 | 11 | 0 | 100110011 | 1100100 | 1010111 |
Color Harmonies of #FFBDF7
Complementary color
Monochromatic Colors of #FFBDF7
Black with #FFBDF7
Text Example
Text Example
White with #FFBDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDF7; }
p { color: rgb(255,189,247); }
H1.HeaderClassName
{
color: #FFBDF7;
}
.AnyTagClassName
{
color: #FFBDF7;
}
</style>
background-color css
<style>
a { background-color: #FFBDF7; }
a { background-color: rgb(255,189,247); }
div.DivClassName
{
background-color: #FFBDF7;
}
.BgClassName
{
background-color: #FFBDF7;
}
</style>
border-color css
<style>
span { border-color: #FFBDF7; }
span { border-color: rgb(255,189,247); }
td.TdClassName
{
border-color: #FFBDF7;
}
.TagClassName
{
border-color: #FFBDF7;
}
</style>