Shades of Lavender Pink #FFB3E0
Tints of Lavender Pink #FFB3E0
RGB
CMYK
RGB Variations
Color information
#FFB3E0 (or 0xFFB3E0) is known color: Lavender Pink. HEX triplet: FF, B3 and E0. RGB value is (255,179,224). Sum of RGB (Red+Green+Blue) = 255+179+224=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 179 (70.31% from 255 or 27.20% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3E0 is #004C1F. Grayscale: #CECECE. Windows color (decimal): -19488 or 14726143. OLE color: 14726143.
HSL color Cylindrical-coordinate representation of color #FFB3E0: hue angle of 324.47º 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 #FFB3E0 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 224 | - |
| CMYK | 0 | 0.30 | 0.12 | 0 |
| HSL | 324.47º | 1% | 0.85% | - |
| HSV(B) | 324.47º | 0.3% | 1% | - |
| XYZ | 70.81 | 58.88 | 78.15 | - |
| YUV | 206.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 224 | 0 | 0.30 | 0.12 | 0 | 324.47 | 1 | 0.85 |
| Hex | FF | B3 | E0 | 0 | 1E | C | 0 | 144 | 64 | 55 |
| Octal | 377 | 263 | 340 | 0 | 36 | 14 | 0 | 504 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11100000 | 0 | 11110 | 1100 | 0 | 101000100 | 1100100 | 1010101 |
Color Harmonies of #FFB3E0
Complementary color
Monochromatic Colors of #FFB3E0
Black with #FFB3E0
Text Example
Text Example
White with #FFB3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3E0; }
p { color: rgb(255,179,224); }
H1.HeaderClassName
{
color: #FFB3E0;
}
.AnyTagClassName
{
color: #FFB3E0;
}
</style>
background-color css
<style>
a { background-color: #FFB3E0; }
a { background-color: rgb(255,179,224); }
div.DivClassName
{
background-color: #FFB3E0;
}
.BgClassName
{
background-color: #FFB3E0;
}
</style>
border-color css
<style>
span { border-color: #FFB3E0; }
span { border-color: rgb(255,179,224); }
td.TdClassName
{
border-color: #FFB3E0;
}
.TagClassName
{
border-color: #FFB3E0;
}
</style>