Shades of Lavender Rose #FFB0ED
Tints of Lavender Rose #FFB0ED
RGB
CMYK
RGB Variations
Color information
#FFB0ED (or 0xFFB0ED) is known color: Lavender Rose. HEX triplet: FF, B0 and ED. RGB value is (255,176,237). Sum of RGB (Red+Green+Blue) = 255+176+237=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 176 (69.14% from 255 or 26.35% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0ED is #004F12. Grayscale: #CECECE. Windows color (decimal): -20243 or 15577343. OLE color: 15577343.
HSL color Cylindrical-coordinate representation of color #FFB0ED: hue angle of 313.67º 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 #FFB0ED is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 237 | - |
| CMYK | 0 | 0.31 | 0.07 | 0 |
| HSL | 313.67º | 1% | 0.85% | - |
| HSV(B) | 313.67º | 0.31% | 1% | - |
| XYZ | 72.05 | 58.43 | 87.6 | - |
| YUV | 206.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 237 | 0 | 0.31 | 0.07 | 0 | 313.67 | 1 | 0.85 |
| Hex | FF | B0 | ED | 0 | 1F | 7 | 0 | 13A | 64 | 55 |
| Octal | 377 | 260 | 355 | 0 | 37 | 7 | 0 | 472 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11101101 | 0 | 11111 | 111 | 0 | 100111010 | 1100100 | 1010101 |
Color Harmonies of #FFB0ED
Complementary color
Monochromatic Colors of #FFB0ED
Black with #FFB0ED
Text Example
Text Example
White with #FFB0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0ED; }
p { color: rgb(255,176,237); }
H1.HeaderClassName
{
color: #FFB0ED;
}
.AnyTagClassName
{
color: #FFB0ED;
}
</style>
background-color css
<style>
a { background-color: #FFB0ED; }
a { background-color: rgb(255,176,237); }
div.DivClassName
{
background-color: #FFB0ED;
}
.BgClassName
{
background-color: #FFB0ED;
}
</style>
border-color css
<style>
span { border-color: #FFB0ED; }
span { border-color: rgb(255,176,237); }
td.TdClassName
{
border-color: #FFB0ED;
}
.TagClassName
{
border-color: #FFB0ED;
}
</style>