Shades of Lavender Rose #FFBDF0
Tints of Lavender Rose #FFBDF0
RGB
CMYK
RGB Variations
Color information
#FFBDF0 (or 0xFFBDF0) is known color: Lavender Rose. HEX triplet: FF, BD and F0. RGB value is (255,189,240). Sum of RGB (Red+Green+Blue) = 255+189+240=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 189 (74.22% from 255 or 27.63% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF0 is #00420F. Grayscale: #D6D6D6. Windows color (decimal): -16912 or 15777279. OLE color: 15777279.
HSL color Cylindrical-coordinate representation of color #FFBDF0: hue angle of 313.64º 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 #FFBDF0 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 240 | - |
| CMYK | 0 | 0.26 | 0.06 | 0 |
| HSL | 313.64º | 1% | 0.87% | - |
| HSV(B) | 313.64º | 0.26% | 1% | - |
| XYZ | 75.17 | 63.95 | 90.82 | - |
| YUV | 214.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 240 | 0 | 0.26 | 0.06 | 0 | 313.64 | 1 | 0.87 |
| Hex | FF | BD | F0 | 0 | 1A | 6 | 0 | 13A | 64 | 57 |
| Octal | 377 | 275 | 360 | 0 | 32 | 6 | 0 | 472 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11110000 | 0 | 11010 | 110 | 0 | 100111010 | 1100100 | 1010111 |
Color Harmonies of #FFBDF0
Complementary color
Monochromatic Colors of #FFBDF0
Black with #FFBDF0
Text Example
Text Example
White with #FFBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDF0; }
p { color: rgb(255,189,240); }
H1.HeaderClassName
{
color: #FFBDF0;
}
.AnyTagClassName
{
color: #FFBDF0;
}
</style>
background-color css
<style>
a { background-color: #FFBDF0; }
a { background-color: rgb(255,189,240); }
div.DivClassName
{
background-color: #FFBDF0;
}
.BgClassName
{
background-color: #FFBDF0;
}
</style>
border-color css
<style>
span { border-color: #FFBDF0; }
span { border-color: rgb(255,189,240); }
td.TdClassName
{
border-color: #FFBDF0;
}
.TagClassName
{
border-color: #FFBDF0;
}
</style>