Shades of Lavender Rose #FFBDF4
Tints of Lavender Rose #FFBDF4
RGB
CMYK
RGB Variations
Color information
#FFBDF4 (or 0xFFBDF4) is known color: Lavender Rose. HEX triplet: FF, BD and F4. RGB value is (255,189,244). Sum of RGB (Red+Green+Blue) = 255+189+244=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 189 (74.22% from 255 or 27.47% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF4 is #00420B. Grayscale: #D6D6D6. Windows color (decimal): -16908 or 16039423. OLE color: 16039423.
HSL color Cylindrical-coordinate representation of color #FFBDF4: hue angle of 310º 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 #FFBDF4 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 244 | - |
| CMYK | 0 | 0.26 | 0.04 | 0 |
| HSL | 310º | 1% | 0.87% | - |
| HSV(B) | 310º | 0.26% | 1% | - |
| XYZ | 75.77 | 64.19 | 93.98 | - |
| YUV | 215 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 244 | 0 | 0.26 | 0.04 | 0 | 310 | 1 | 0.87 |
| Hex | FF | BD | F4 | 0 | 1A | 4 | 0 | 136 | 64 | 57 |
| Octal | 377 | 275 | 364 | 0 | 32 | 4 | 0 | 466 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11110100 | 0 | 11010 | 100 | 0 | 100110110 | 1100100 | 1010111 |
Color Harmonies of #FFBDF4
Complementary color
Monochromatic Colors of #FFBDF4
Black with #FFBDF4
Text Example
Text Example
White with #FFBDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDF4; }
p { color: rgb(255,189,244); }
H1.HeaderClassName
{
color: #FFBDF4;
}
.AnyTagClassName
{
color: #FFBDF4;
}
</style>
background-color css
<style>
a { background-color: #FFBDF4; }
a { background-color: rgb(255,189,244); }
div.DivClassName
{
background-color: #FFBDF4;
}
.BgClassName
{
background-color: #FFBDF4;
}
</style>
border-color css
<style>
span { border-color: #FFBDF4; }
span { border-color: rgb(255,189,244); }
td.TdClassName
{
border-color: #FFBDF4;
}
.TagClassName
{
border-color: #FFBDF4;
}
</style>