Shades of Lavender Rose #FBB3EF
Tints of Lavender Rose #FBB3EF
RGB
CMYK
RGB Variations
Color information
#FBB3EF (or 0xFBB3EF) is known color: Lavender Rose. HEX triplet: FB, B3 and EF. RGB value is (251,179,239). Sum of RGB (Red+Green+Blue) = 251+179+239=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3EF is #044C10. Grayscale: #CFCFCF. Windows color (decimal): -281617 or 15709179. OLE color: 15709179.
HSL color Cylindrical-coordinate representation of color #FBB3EF: hue angle of 310º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB3EF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 179 | 239 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.02 |
| HSL | 310º | 0.9% | 0.84% | - |
| HSV(B) | 310º | 0.29% | 0.98% | - |
| XYZ | 71.48 | 58.98 | 89.28 | - |
| YUV | 207.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 179 | 239 | 0 | 0.29 | 0.05 | 0.02 | 310 | 0.9 | 0.84 |
| Hex | FB | B3 | EF | 0 | 1D | 5 | 2 | 136 | 5A | 54 |
| Octal | 373 | 263 | 357 | 0 | 35 | 5 | 2 | 466 | 132 | 124 |
| Binary | 11111011 | 10110011 | 11101111 | 0 | 11101 | 101 | 10 | 100110110 | 1011010 | 1010100 |
Color Harmonies of #FBB3EF
Complementary color
Monochromatic Colors of #FBB3EF
Black with #FBB3EF
Text Example
Text Example
White with #FBB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB3EF; }
p { color: rgb(251,179,239); }
H1.HeaderClassName
{
color: #FBB3EF;
}
.AnyTagClassName
{
color: #FBB3EF;
}
</style>
background-color css
<style>
a { background-color: #FBB3EF; }
a { background-color: rgb(251,179,239); }
div.DivClassName
{
background-color: #FBB3EF;
}
.BgClassName
{
background-color: #FBB3EF;
}
</style>
border-color css
<style>
span { border-color: #FBB3EF; }
span { border-color: rgb(251,179,239); }
td.TdClassName
{
border-color: #FBB3EF;
}
.TagClassName
{
border-color: #FBB3EF;
}
</style>