Shades of Lavender Rose #FFB2E7
Tints of Lavender Rose #FFB2E7
RGB
CMYK
RGB Variations
Color information
#FFB2E7 (or 0xFFB2E7) is known color: Lavender Rose. HEX triplet: FF, B2 and E7. RGB value is (255,178,231). Sum of RGB (Red+Green+Blue) = 255+178+231=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 178 (69.92% from 255 or 26.81% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2E7 is #004D18. Grayscale: #CECECE. Windows color (decimal): -19737 or 15184639. OLE color: 15184639.
HSL color Cylindrical-coordinate representation of color #FFB2E7: hue angle of 318.7º 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 #FFB2E7 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 231 | - |
| CMYK | 0 | 0.30 | 0.09 | 0 |
| HSL | 318.7º | 1% | 0.85% | - |
| HSV(B) | 318.7º | 0.3% | 1% | - |
| XYZ | 71.58 | 58.87 | 83.19 | - |
| YUV | 207.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 231 | 0 | 0.30 | 0.09 | 0 | 318.7 | 1 | 0.85 |
| Hex | FF | B2 | E7 | 0 | 1E | 9 | 0 | 13F | 64 | 55 |
| Octal | 377 | 262 | 347 | 0 | 36 | 11 | 0 | 477 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11100111 | 0 | 11110 | 1001 | 0 | 100111111 | 1100100 | 1010101 |
Color Harmonies of #FFB2E7
Complementary color
Monochromatic Colors of #FFB2E7
Black with #FFB2E7
Text Example
Text Example
White with #FFB2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2E7; }
p { color: rgb(255,178,231); }
H1.HeaderClassName
{
color: #FFB2E7;
}
.AnyTagClassName
{
color: #FFB2E7;
}
</style>
background-color css
<style>
a { background-color: #FFB2E7; }
a { background-color: rgb(255,178,231); }
div.DivClassName
{
background-color: #FFB2E7;
}
.BgClassName
{
background-color: #FFB2E7;
}
</style>
border-color css
<style>
span { border-color: #FFB2E7; }
span { border-color: rgb(255,178,231); }
td.TdClassName
{
border-color: #FFB2E7;
}
.TagClassName
{
border-color: #FFB2E7;
}
</style>