Shades of Lavender Rose #FBB1E4
Tints of Lavender Rose #FBB1E4
RGB
CMYK
RGB Variations
Color information
#FBB1E4 (or 0xFBB1E4) is known color: Lavender Rose. HEX triplet: FB, B1 and E4. RGB value is (251,177,228). Sum of RGB (Red+Green+Blue) = 251+177+228=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 177 (69.53% from 255 or 26.98% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1E4 is #044E1B. Grayscale: #CCCCCC. Windows color (decimal): -282140 or 14987771. OLE color: 14987771.
HSL color Cylindrical-coordinate representation of color #FBB1E4: hue angle of 318.65º 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 #FBB1E4 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 177 | 228 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.02 |
| HSL | 318.65º | 0.9% | 0.84% | - |
| HSV(B) | 318.65º | 0.29% | 0.98% | - |
| XYZ | 69.51 | 57.55 | 80.84 | - |
| YUV | 204.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 177 | 228 | 0 | 0.29 | 0.09 | 0.02 | 318.65 | 0.9 | 0.84 |
| Hex | FB | B1 | E4 | 0 | 1D | 9 | 2 | 13F | 5A | 54 |
| Octal | 373 | 261 | 344 | 0 | 35 | 11 | 2 | 477 | 132 | 124 |
| Binary | 11111011 | 10110001 | 11100100 | 0 | 11101 | 1001 | 10 | 100111111 | 1011010 | 1010100 |
Color Harmonies of #FBB1E4
Complementary color
Monochromatic Colors of #FBB1E4
Black with #FBB1E4
Text Example
Text Example
White with #FBB1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB1E4; }
p { color: rgb(251,177,228); }
H1.HeaderClassName
{
color: #FBB1E4;
}
.AnyTagClassName
{
color: #FBB1E4;
}
</style>
background-color css
<style>
a { background-color: #FBB1E4; }
a { background-color: rgb(251,177,228); }
div.DivClassName
{
background-color: #FBB1E4;
}
.BgClassName
{
background-color: #FBB1E4;
}
</style>
border-color css
<style>
span { border-color: #FBB1E4; }
span { border-color: rgb(251,177,228); }
td.TdClassName
{
border-color: #FBB1E4;
}
.TagClassName
{
border-color: #FBB1E4;
}
</style>