Shades of Lavender Rose #FFBDF1
Tints of Lavender Rose #FFBDF1
RGB
CMYK
RGB Variations
Color information
#FFBDF1 (or 0xFFBDF1) is known color: Lavender Rose. HEX triplet: FF, BD and F1. RGB value is (255,189,241). Sum of RGB (Red+Green+Blue) = 255+189+241=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 189 (74.22% from 255 or 27.59% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF1 is #00420E. Grayscale: #D6D6D6. Windows color (decimal): -16911 or 15842815. OLE color: 15842815.
HSL color Cylindrical-coordinate representation of color #FFBDF1: hue angle of 312.73º 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 #FFBDF1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 241 | - |
| CMYK | 0 | 0.26 | 0.05 | 0 |
| HSL | 312.73º | 1% | 0.87% | - |
| HSV(B) | 312.73º | 0.26% | 1% | - |
| XYZ | 75.31 | 64.01 | 91.6 | - |
| YUV | 214.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 241 | 0 | 0.26 | 0.05 | 0 | 312.73 | 1 | 0.87 |
| Hex | FF | BD | F1 | 0 | 1A | 5 | 0 | 139 | 64 | 57 |
| Octal | 377 | 275 | 361 | 0 | 32 | 5 | 0 | 471 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11110001 | 0 | 11010 | 101 | 0 | 100111001 | 1100100 | 1010111 |
Color Harmonies of #FFBDF1
Complementary color
Monochromatic Colors of #FFBDF1
Black with #FFBDF1
Text Example
Text Example
White with #FFBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDF1; }
p { color: rgb(255,189,241); }
H1.HeaderClassName
{
color: #FFBDF1;
}
.AnyTagClassName
{
color: #FFBDF1;
}
</style>
background-color css
<style>
a { background-color: #FFBDF1; }
a { background-color: rgb(255,189,241); }
div.DivClassName
{
background-color: #FFBDF1;
}
.BgClassName
{
background-color: #FFBDF1;
}
</style>
border-color css
<style>
span { border-color: #FFBDF1; }
span { border-color: rgb(255,189,241); }
td.TdClassName
{
border-color: #FFBDF1;
}
.TagClassName
{
border-color: #FFBDF1;
}
</style>