Shades of Lavender Pink #FFB3E2
Tints of Lavender Pink #FFB3E2
RGB
CMYK
RGB Variations
Color information
#FFB3E2 (or 0xFFB3E2) is known color: Lavender Pink. HEX triplet: FF, B3 and E2. RGB value is (255,179,226). Sum of RGB (Red+Green+Blue) = 255+179+226=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 179 (70.31% from 255 or 27.12% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3E2 is #004C1D. Grayscale: #CECECE. Windows color (decimal): -19486 or 14857215. OLE color: 14857215.
HSL color Cylindrical-coordinate representation of color #FFB3E2: hue angle of 322.89º 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 #FFB3E2 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 226 | - |
| CMYK | 0 | 0.30 | 0.11 | 0 |
| HSL | 322.89º | 1% | 0.85% | - |
| HSV(B) | 322.89º | 0.3% | 1% | - |
| XYZ | 71.09 | 58.99 | 79.59 | - |
| YUV | 207.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 226 | 0 | 0.30 | 0.11 | 0 | 322.89 | 1 | 0.85 |
| Hex | FF | B3 | E2 | 0 | 1E | B | 0 | 143 | 64 | 55 |
| Octal | 377 | 263 | 342 | 0 | 36 | 13 | 0 | 503 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11100010 | 0 | 11110 | 1011 | 0 | 101000011 | 1100100 | 1010101 |
Color Harmonies of #FFB3E2
Complementary color
Monochromatic Colors of #FFB3E2
Black with #FFB3E2
Text Example
Text Example
White with #FFB3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3E2; }
p { color: rgb(255,179,226); }
H1.HeaderClassName
{
color: #FFB3E2;
}
.AnyTagClassName
{
color: #FFB3E2;
}
</style>
background-color css
<style>
a { background-color: #FFB3E2; }
a { background-color: rgb(255,179,226); }
div.DivClassName
{
background-color: #FFB3E2;
}
.BgClassName
{
background-color: #FFB3E2;
}
</style>
border-color css
<style>
span { border-color: #FFB3E2; }
span { border-color: rgb(255,179,226); }
td.TdClassName
{
border-color: #FFB3E2;
}
.TagClassName
{
border-color: #FFB3E2;
}
</style>