Shades of Lavender Rose #FFB0E2
Tints of Lavender Rose #FFB0E2
RGB
CMYK
RGB Variations
Color information
#FFB0E2 (or 0xFFB0E2) is known color: Lavender Rose. HEX triplet: FF, B0 and E2. RGB value is (255,176,226). Sum of RGB (Red+Green+Blue) = 255+176+226=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0E2 is #004F1D. Grayscale: #CDCDCD. Windows color (decimal): -20254 or 14856447. OLE color: 14856447.
HSL color Cylindrical-coordinate representation of color #FFB0E2: hue angle of 322.03º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0E2 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 226 | - |
| CMYK | 0 | 0.31 | 0.11 | 0 |
| HSL | 322.03º | 1% | 0.85% | - |
| HSV(B) | 322.03º | 0.31% | 1% | - |
| XYZ | 70.49 | 57.8 | 79.39 | - |
| YUV | 205.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 226 | 0 | 0.31 | 0.11 | 0 | 322.03 | 1 | 0.85 |
| Hex | FF | B0 | E2 | 0 | 1F | B | 0 | 142 | 64 | 55 |
| Octal | 377 | 260 | 342 | 0 | 37 | 13 | 0 | 502 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11100010 | 0 | 11111 | 1011 | 0 | 101000010 | 1100100 | 1010101 |
Color Harmonies of #FFB0E2
Complementary color
Monochromatic Colors of #FFB0E2
Black with #FFB0E2
Text Example
Text Example
White with #FFB0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0E2; }
p { color: rgb(255,176,226); }
H1.HeaderClassName
{
color: #FFB0E2;
}
.AnyTagClassName
{
color: #FFB0E2;
}
</style>
background-color css
<style>
a { background-color: #FFB0E2; }
a { background-color: rgb(255,176,226); }
div.DivClassName
{
background-color: #FFB0E2;
}
.BgClassName
{
background-color: #FFB0E2;
}
</style>
border-color css
<style>
span { border-color: #FFB0E2; }
span { border-color: rgb(255,176,226); }
td.TdClassName
{
border-color: #FFB0E2;
}
.TagClassName
{
border-color: #FFB0E2;
}
</style>