Shades of Lavender Rose #FFB2EC
Tints of Lavender Rose #FFB2EC
RGB
CMYK
RGB Variations
Color information
#FFB2EC (or 0xFFB2EC) is known color: Lavender Rose. HEX triplet: FF, B2 and EC. RGB value is (255,178,236). Sum of RGB (Red+Green+Blue) = 255+178+236=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 178 (69.92% from 255 or 26.61% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2EC is #004D13. Grayscale: #CFCFCF. Windows color (decimal): -19732 or 15512319. OLE color: 15512319.
HSL color Cylindrical-coordinate representation of color #FFB2EC: hue angle of 314.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2EC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 236 | - |
| CMYK | 0 | 0.30 | 0.07 | 0 |
| HSL | 314.81º | 1% | 0.85% | - |
| HSV(B) | 314.81º | 0.3% | 1% | - |
| XYZ | 72.3 | 59.16 | 86.96 | - |
| YUV | 207.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 236 | 0 | 0.30 | 0.07 | 0 | 314.81 | 1 | 0.85 |
| Hex | FF | B2 | EC | 0 | 1E | 7 | 0 | 13B | 64 | 55 |
| Octal | 377 | 262 | 354 | 0 | 36 | 7 | 0 | 473 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11101100 | 0 | 11110 | 111 | 0 | 100111011 | 1100100 | 1010101 |
Color Harmonies of #FFB2EC
Complementary color
Monochromatic Colors of #FFB2EC
Black with #FFB2EC
Text Example
Text Example
White with #FFB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2EC; }
p { color: rgb(255,178,236); }
H1.HeaderClassName
{
color: #FFB2EC;
}
.AnyTagClassName
{
color: #FFB2EC;
}
</style>
background-color css
<style>
a { background-color: #FFB2EC; }
a { background-color: rgb(255,178,236); }
div.DivClassName
{
background-color: #FFB2EC;
}
.BgClassName
{
background-color: #FFB2EC;
}
</style>
border-color css
<style>
span { border-color: #FFB2EC; }
span { border-color: rgb(255,178,236); }
td.TdClassName
{
border-color: #FFB2EC;
}
.TagClassName
{
border-color: #FFB2EC;
}
</style>