Shades of Lavender Rose #FFB3E4
Tints of Lavender Rose #FFB3E4
RGB
CMYK
RGB Variations
Color information
#FFB3E4 (or 0xFFB3E4) is known color: Lavender Rose. HEX triplet: FF, B3 and E4. RGB value is (255,179,228). Sum of RGB (Red+Green+Blue) = 255+179+228=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 179 (70.31% from 255 or 27.04% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3E4 is #004C1B. Grayscale: #CFCFCF. Windows color (decimal): -19484 or 14988287. OLE color: 14988287.
HSL color Cylindrical-coordinate representation of color #FFB3E4: hue angle of 321.32º 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 #FFB3E4 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 228 | - |
| CMYK | 0 | 0.30 | 0.11 | 0 |
| HSL | 321.32º | 1% | 0.85% | - |
| HSV(B) | 321.32º | 0.3% | 1% | - |
| XYZ | 71.36 | 59.1 | 81.05 | - |
| YUV | 207.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 228 | 0 | 0.30 | 0.11 | 0 | 321.32 | 1 | 0.85 |
| Hex | FF | B3 | E4 | 0 | 1E | B | 0 | 141 | 64 | 55 |
| Octal | 377 | 263 | 344 | 0 | 36 | 13 | 0 | 501 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11100100 | 0 | 11110 | 1011 | 0 | 101000001 | 1100100 | 1010101 |
Color Harmonies of #FFB3E4
Complementary color
Monochromatic Colors of #FFB3E4
Black with #FFB3E4
Text Example
Text Example
White with #FFB3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3E4; }
p { color: rgb(255,179,228); }
H1.HeaderClassName
{
color: #FFB3E4;
}
.AnyTagClassName
{
color: #FFB3E4;
}
</style>
background-color css
<style>
a { background-color: #FFB3E4; }
a { background-color: rgb(255,179,228); }
div.DivClassName
{
background-color: #FFB3E4;
}
.BgClassName
{
background-color: #FFB3E4;
}
</style>
border-color css
<style>
span { border-color: #FFB3E4; }
span { border-color: rgb(255,179,228); }
td.TdClassName
{
border-color: #FFB3E4;
}
.TagClassName
{
border-color: #FFB3E4;
}
</style>