Shades of Lavender Rose #FBBFEC
Tints of Lavender Rose #FBBFEC
RGB
CMYK
RGB Variations
Color information
#FBBFEC (or 0xFBBFEC) is known color: Lavender Rose. HEX triplet: FB, BF and EC. RGB value is (251,191,236). Sum of RGB (Red+Green+Blue) = 251+191+236=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFEC is #044013. Grayscale: #D5D5D5. Windows color (decimal): -278548 or 15515643. OLE color: 15515643.
HSL color Cylindrical-coordinate representation of color #FBBFEC: hue angle of 315º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBFEC is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 236 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.02 |
| HSL | 315º | 0.88% | 0.87% | - |
| HSV(B) | 315º | 0.24% | 0.98% | - |
| XYZ | 73.55 | 63.83 | 87.8 | - |
| YUV | 214.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 236 | 0 | 0.24 | 0.06 | 0.02 | 315 | 0.88 | 0.87 |
| Hex | FB | BF | EC | 0 | 18 | 6 | 2 | 13B | 58 | 57 |
| Octal | 373 | 277 | 354 | 0 | 30 | 6 | 2 | 473 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11101100 | 0 | 11000 | 110 | 10 | 100111011 | 1011000 | 1010111 |
Color Harmonies of #FBBFEC
Complementary color
Monochromatic Colors of #FBBFEC
Black with #FBBFEC
Text Example
Text Example
White with #FBBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFEC; }
p { color: rgb(251,191,236); }
H1.HeaderClassName
{
color: #FBBFEC;
}
.AnyTagClassName
{
color: #FBBFEC;
}
</style>
background-color css
<style>
a { background-color: #FBBFEC; }
a { background-color: rgb(251,191,236); }
div.DivClassName
{
background-color: #FBBFEC;
}
.BgClassName
{
background-color: #FBBFEC;
}
</style>
border-color css
<style>
span { border-color: #FBBFEC; }
span { border-color: rgb(251,191,236); }
td.TdClassName
{
border-color: #FBBFEC;
}
.TagClassName
{
border-color: #FBBFEC;
}
</style>