Shades of Lavender Rose #FFBDF3
Tints of Lavender Rose #FFBDF3
RGB
CMYK
RGB Variations
Color information
#FFBDF3 (or 0xFFBDF3) is known color: Lavender Rose. HEX triplet: FF, BD and F3. RGB value is (255,189,243). Sum of RGB (Red+Green+Blue) = 255+189+243=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 189 (74.22% from 255 or 27.51% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF3 is #00420C. Grayscale: #D6D6D6. Windows color (decimal): -16909 or 15973887. OLE color: 15973887.
HSL color Cylindrical-coordinate representation of color #FFBDF3: hue angle of 310.91º 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 #FFBDF3 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 243 | - |
| CMYK | 0 | 0.26 | 0.05 | 0 |
| HSL | 310.91º | 1% | 0.87% | - |
| HSV(B) | 310.91º | 0.26% | 1% | - |
| XYZ | 75.62 | 64.13 | 93.19 | - |
| YUV | 214.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 243 | 0 | 0.26 | 0.05 | 0 | 310.91 | 1 | 0.87 |
| Hex | FF | BD | F3 | 0 | 1A | 5 | 0 | 137 | 64 | 57 |
| Octal | 377 | 275 | 363 | 0 | 32 | 5 | 0 | 467 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11110011 | 0 | 11010 | 101 | 0 | 100110111 | 1100100 | 1010111 |
Color Harmonies of #FFBDF3
Complementary color
Monochromatic Colors of #FFBDF3
Black with #FFBDF3
Text Example
Text Example
White with #FFBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDF3; }
p { color: rgb(255,189,243); }
H1.HeaderClassName
{
color: #FFBDF3;
}
.AnyTagClassName
{
color: #FFBDF3;
}
</style>
background-color css
<style>
a { background-color: #FFBDF3; }
a { background-color: rgb(255,189,243); }
div.DivClassName
{
background-color: #FFBDF3;
}
.BgClassName
{
background-color: #FFBDF3;
}
</style>
border-color css
<style>
span { border-color: #FFBDF3; }
span { border-color: rgb(255,189,243); }
td.TdClassName
{
border-color: #FFBDF3;
}
.TagClassName
{
border-color: #FFBDF3;
}
</style>