Shades of Lavender Rose #FBB2E5
Tints of Lavender Rose #FBB2E5
RGB
CMYK
RGB Variations
Color information
#FBB2E5 (or 0xFBB2E5) is known color: Lavender Rose. HEX triplet: FB, B2 and E5. RGB value is (251,178,229). Sum of RGB (Red+Green+Blue) = 251+178+229=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 178 (69.92% from 255 or 27.05% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2E5 is #044D1A. Grayscale: #CDCDCD. Windows color (decimal): -281883 or 15053563. OLE color: 15053563.
HSL color Cylindrical-coordinate representation of color #FBB2E5: hue angle of 318.08º 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 #FBB2E5 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 229 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.02 |
| HSL | 318.08º | 0.9% | 0.84% | - |
| HSV(B) | 318.08º | 0.29% | 0.98% | - |
| XYZ | 69.85 | 58.01 | 81.64 | - |
| YUV | 205.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 229 | 0 | 0.29 | 0.09 | 0.02 | 318.08 | 0.9 | 0.84 |
| Hex | FB | B2 | E5 | 0 | 1D | 9 | 2 | 13E | 5A | 54 |
| Octal | 373 | 262 | 345 | 0 | 35 | 11 | 2 | 476 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11100101 | 0 | 11101 | 1001 | 10 | 100111110 | 1011010 | 1010100 |
Color Harmonies of #FBB2E5
Complementary color
Monochromatic Colors of #FBB2E5
Black with #FBB2E5
Text Example
Text Example
White with #FBB2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2E5; }
p { color: rgb(251,178,229); }
H1.HeaderClassName
{
color: #FBB2E5;
}
.AnyTagClassName
{
color: #FBB2E5;
}
</style>
background-color css
<style>
a { background-color: #FBB2E5; }
a { background-color: rgb(251,178,229); }
div.DivClassName
{
background-color: #FBB2E5;
}
.BgClassName
{
background-color: #FBB2E5;
}
</style>
border-color css
<style>
span { border-color: #FBB2E5; }
span { border-color: rgb(251,178,229); }
td.TdClassName
{
border-color: #FBB2E5;
}
.TagClassName
{
border-color: #FBB2E5;
}
</style>