Shades of Lavender Rose #FFBDF2
Tints of Lavender Rose #FFBDF2
RGB
CMYK
RGB Variations
Color information
#FFBDF2 (or 0xFFBDF2) is known color: Lavender Rose. HEX triplet: FF, BD and F2. RGB value is (255,189,242). Sum of RGB (Red+Green+Blue) = 255+189+242=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 189 (74.22% from 255 or 27.55% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF2 is #00420D. Grayscale: #D6D6D6. Windows color (decimal): -16910 or 15908351. OLE color: 15908351.
HSL color Cylindrical-coordinate representation of color #FFBDF2: hue angle of 311.82º 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 #FFBDF2 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 242 | - |
| CMYK | 0 | 0.26 | 0.05 | 0 |
| HSL | 311.82º | 1% | 0.87% | - |
| HSV(B) | 311.82º | 0.26% | 1% | - |
| XYZ | 75.46 | 64.07 | 92.39 | - |
| YUV | 214.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 242 | 0 | 0.26 | 0.05 | 0 | 311.82 | 1 | 0.87 |
| Hex | FF | BD | F2 | 0 | 1A | 5 | 0 | 138 | 64 | 57 |
| Octal | 377 | 275 | 362 | 0 | 32 | 5 | 0 | 470 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11110010 | 0 | 11010 | 101 | 0 | 100111000 | 1100100 | 1010111 |
Color Harmonies of #FFBDF2
Complementary color
Monochromatic Colors of #FFBDF2
Black with #FFBDF2
Text Example
Text Example
White with #FFBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDF2; }
p { color: rgb(255,189,242); }
H1.HeaderClassName
{
color: #FFBDF2;
}
.AnyTagClassName
{
color: #FFBDF2;
}
</style>
background-color css
<style>
a { background-color: #FFBDF2; }
a { background-color: rgb(255,189,242); }
div.DivClassName
{
background-color: #FFBDF2;
}
.BgClassName
{
background-color: #FFBDF2;
}
</style>
border-color css
<style>
span { border-color: #FFBDF2; }
span { border-color: rgb(255,189,242); }
td.TdClassName
{
border-color: #FFBDF2;
}
.TagClassName
{
border-color: #FFBDF2;
}
</style>