Shades of Lavender Rose #FBB2E2
Tints of Lavender Rose #FBB2E2
RGB
CMYK
RGB Variations
Color information
#FBB2E2 (or 0xFBB2E2) is known color: Lavender Rose. HEX triplet: FB, B2 and E2. RGB value is (251,178,226). Sum of RGB (Red+Green+Blue) = 251+178+226=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2E2 is #044D1D. Grayscale: #CDCDCD. Windows color (decimal): -281886 or 14856955. OLE color: 14856955.
HSL color Cylindrical-coordinate representation of color #FBB2E2: hue angle of 320.55º 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 #FBB2E2 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 226 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.02 |
| HSL | 320.55º | 0.9% | 0.84% | - |
| HSV(B) | 320.55º | 0.29% | 0.98% | - |
| XYZ | 69.43 | 57.84 | 79.46 | - |
| YUV | 205.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 226 | 0 | 0.29 | 0.10 | 0.02 | 320.55 | 0.9 | 0.84 |
| Hex | FB | B2 | E2 | 0 | 1D | A | 2 | 141 | 5A | 54 |
| Octal | 373 | 262 | 342 | 0 | 35 | 12 | 2 | 501 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11100010 | 0 | 11101 | 1010 | 10 | 101000001 | 1011010 | 1010100 |
Color Harmonies of #FBB2E2
Complementary color
Monochromatic Colors of #FBB2E2
Black with #FBB2E2
Text Example
Text Example
White with #FBB2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2E2; }
p { color: rgb(251,178,226); }
H1.HeaderClassName
{
color: #FBB2E2;
}
.AnyTagClassName
{
color: #FBB2E2;
}
</style>
background-color css
<style>
a { background-color: #FBB2E2; }
a { background-color: rgb(251,178,226); }
div.DivClassName
{
background-color: #FBB2E2;
}
.BgClassName
{
background-color: #FBB2E2;
}
</style>
border-color css
<style>
span { border-color: #FBB2E2; }
span { border-color: rgb(251,178,226); }
td.TdClassName
{
border-color: #FBB2E2;
}
.TagClassName
{
border-color: #FBB2E2;
}
</style>