Shades of Lavender Rose #FFBFF4
Tints of Lavender Rose #FFBFF4
RGB
CMYK
RGB Variations
Color information
#FFBFF4 (or 0xFFBFF4) is known color: Lavender Rose. HEX triplet: FF, BF and F4. RGB value is (255,191,244). Sum of RGB (Red+Green+Blue) = 255+191+244=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 191 (75% from 255 or 27.68% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFF4 is #00400B. Grayscale: #D8D8D8. Windows color (decimal): -16396 or 16039935. OLE color: 16039935.
HSL color Cylindrical-coordinate representation of color #FFBFF4: hue angle of 310.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFF4 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 244 | - |
| CMYK | 0 | 0.25 | 0.04 | 0 |
| HSL | 310.31º | 1% | 0.87% | - |
| HSV(B) | 310.31º | 0.25% | 1% | - |
| XYZ | 76.2 | 65.05 | 94.13 | - |
| YUV | 216.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 244 | 0 | 0.25 | 0.04 | 0 | 310.31 | 1 | 0.87 |
| Hex | FF | BF | F4 | 0 | 19 | 4 | 0 | 136 | 64 | 57 |
| Octal | 377 | 277 | 364 | 0 | 31 | 4 | 0 | 466 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11110100 | 0 | 11001 | 100 | 0 | 100110110 | 1100100 | 1010111 |
Color Harmonies of #FFBFF4
Complementary color
Monochromatic Colors of #FFBFF4
Black with #FFBFF4
Text Example
Text Example
White with #FFBFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFF4; }
p { color: rgb(255,191,244); }
H1.HeaderClassName
{
color: #FFBFF4;
}
.AnyTagClassName
{
color: #FFBFF4;
}
</style>
background-color css
<style>
a { background-color: #FFBFF4; }
a { background-color: rgb(255,191,244); }
div.DivClassName
{
background-color: #FFBFF4;
}
.BgClassName
{
background-color: #FFBFF4;
}
</style>
border-color css
<style>
span { border-color: #FFBFF4; }
span { border-color: rgb(255,191,244); }
td.TdClassName
{
border-color: #FFBFF4;
}
.TagClassName
{
border-color: #FFBFF4;
}
</style>