Shades of Lavender Rose #FFB2E2
Tints of Lavender Rose #FFB2E2
RGB
CMYK
RGB Variations
Color information
#FFB2E2 (or 0xFFB2E2) is known color: Lavender Rose. HEX triplet: FF, B2 and E2. RGB value is (255,178,226). Sum of RGB (Red+Green+Blue) = 255+178+226=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2E2 is #004D1D. Grayscale: #CECECE. Windows color (decimal): -19742 or 14856959. OLE color: 14856959.
HSL color Cylindrical-coordinate representation of color #FFB2E2: hue angle of 322.6º 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 #FFB2E2 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 226 | - |
| CMYK | 0 | 0.30 | 0.11 | 0 |
| HSL | 322.6º | 1% | 0.85% | - |
| HSV(B) | 322.6º | 0.3% | 1% | - |
| XYZ | 70.89 | 58.59 | 79.52 | - |
| YUV | 206.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 226 | 0 | 0.30 | 0.11 | 0 | 322.6 | 1 | 0.85 |
| Hex | FF | B2 | E2 | 0 | 1E | B | 0 | 143 | 64 | 55 |
| Octal | 377 | 262 | 342 | 0 | 36 | 13 | 0 | 503 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11100010 | 0 | 11110 | 1011 | 0 | 101000011 | 1100100 | 1010101 |
Color Harmonies of #FFB2E2
Complementary color
Monochromatic Colors of #FFB2E2
Black with #FFB2E2
Text Example
Text Example
White with #FFB2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2E2; }
p { color: rgb(255,178,226); }
H1.HeaderClassName
{
color: #FFB2E2;
}
.AnyTagClassName
{
color: #FFB2E2;
}
</style>
background-color css
<style>
a { background-color: #FFB2E2; }
a { background-color: rgb(255,178,226); }
div.DivClassName
{
background-color: #FFB2E2;
}
.BgClassName
{
background-color: #FFB2E2;
}
</style>
border-color css
<style>
span { border-color: #FFB2E2; }
span { border-color: rgb(255,178,226); }
td.TdClassName
{
border-color: #FFB2E2;
}
.TagClassName
{
border-color: #FFB2E2;
}
</style>