Shades of Lavender Rose #FBB2E6
Tints of Lavender Rose #FBB2E6
RGB
CMYK
RGB Variations
Color information
#FBB2E6 (or 0xFBB2E6) is known color: Lavender Rose. HEX triplet: FB, B2 and E6. RGB value is (251,178,230). Sum of RGB (Red+Green+Blue) = 251+178+230=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2E6 is #044D19. Grayscale: #CDCDCD. Windows color (decimal): -281882 or 15119099. OLE color: 15119099.
HSL color Cylindrical-coordinate representation of color #FBB2E6: hue angle of 317.26º 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 #FBB2E6 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 230 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.02 |
| HSL | 317.26º | 0.9% | 0.84% | - |
| HSV(B) | 317.26º | 0.29% | 0.98% | - |
| XYZ | 69.99 | 58.06 | 82.38 | - |
| YUV | 205.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 230 | 0 | 0.29 | 0.08 | 0.02 | 317.26 | 0.9 | 0.84 |
| Hex | FB | B2 | E6 | 0 | 1D | 8 | 2 | 13D | 5A | 54 |
| Octal | 373 | 262 | 346 | 0 | 35 | 10 | 2 | 475 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11100110 | 0 | 11101 | 1000 | 10 | 100111101 | 1011010 | 1010100 |
Color Harmonies of #FBB2E6
Complementary color
Monochromatic Colors of #FBB2E6
Black with #FBB2E6
Text Example
Text Example
White with #FBB2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2E6; }
p { color: rgb(251,178,230); }
H1.HeaderClassName
{
color: #FBB2E6;
}
.AnyTagClassName
{
color: #FBB2E6;
}
</style>
background-color css
<style>
a { background-color: #FBB2E6; }
a { background-color: rgb(251,178,230); }
div.DivClassName
{
background-color: #FBB2E6;
}
.BgClassName
{
background-color: #FBB2E6;
}
</style>
border-color css
<style>
span { border-color: #FBB2E6; }
span { border-color: rgb(251,178,230); }
td.TdClassName
{
border-color: #FBB2E6;
}
.TagClassName
{
border-color: #FBB2E6;
}
</style>