Shades of Lavender Rose #FBBDEC
Tints of Lavender Rose #FBBDEC
RGB
CMYK
RGB Variations
Color information
#FBBDEC (or 0xFBBDEC) is known color: Lavender Rose. HEX triplet: FB, BD and EC. RGB value is (251,189,236). Sum of RGB (Red+Green+Blue) = 251+189+236=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDEC is #044213. Grayscale: #D4D4D4. Windows color (decimal): -279060 or 15515131. OLE color: 15515131.
HSL color Cylindrical-coordinate representation of color #FBBDEC: hue angle of 314.52º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDEC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 236 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.02 |
| HSL | 314.52º | 0.89% | 0.86% | - |
| HSV(B) | 314.52º | 0.25% | 0.98% | - |
| XYZ | 73.12 | 62.96 | 87.66 | - |
| YUV | 212.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 236 | 0 | 0.25 | 0.06 | 0.02 | 314.52 | 0.89 | 0.86 |
| Hex | FB | BD | EC | 0 | 19 | 6 | 2 | 13B | 59 | 56 |
| Octal | 373 | 275 | 354 | 0 | 31 | 6 | 2 | 473 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11101100 | 0 | 11001 | 110 | 10 | 100111011 | 1011001 | 1010110 |
Color Harmonies of #FBBDEC
Complementary color
Monochromatic Colors of #FBBDEC
Black with #FBBDEC
Text Example
Text Example
White with #FBBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDEC; }
p { color: rgb(251,189,236); }
H1.HeaderClassName
{
color: #FBBDEC;
}
.AnyTagClassName
{
color: #FBBDEC;
}
</style>
background-color css
<style>
a { background-color: #FBBDEC; }
a { background-color: rgb(251,189,236); }
div.DivClassName
{
background-color: #FBBDEC;
}
.BgClassName
{
background-color: #FBBDEC;
}
</style>
border-color css
<style>
span { border-color: #FBBDEC; }
span { border-color: rgb(251,189,236); }
td.TdClassName
{
border-color: #FBBDEC;
}
.TagClassName
{
border-color: #FBBDEC;
}
</style>