Shades of Lavender Rose #FEB1F5
Tints of Lavender Rose #FEB1F5
RGB
CMYK
RGB Variations
Color information
#FEB1F5 (or 0xFEB1F5) is known color: Lavender Rose. HEX triplet: FE, B1 and F5. RGB value is (254,177,245). Sum of RGB (Red+Green+Blue) = 254+177+245=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 177 (69.53% from 255 or 26.18% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1F5 is #014E0A. Grayscale: #CFCFCF. Windows color (decimal): -85515 or 16101886. OLE color: 16101886.
HSL color Cylindrical-coordinate representation of color #FEB1F5: hue angle of 307.01º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB1F5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 245 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.00 |
| HSL | 307.01º | 0.97% | 0.85% | - |
| HSV(B) | 307.01º | 0.3% | 1% | - |
| XYZ | 73.08 | 59.11 | 93.94 | - |
| YUV | 207.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 245 | 0 | 0.30 | 0.04 | 0.00 | 307.01 | 0.97 | 0.85 |
| Hex | FE | B1 | F5 | 0 | 1E | 4 | 0 | 133 | 61 | 55 |
| Octal | 376 | 261 | 365 | 0 | 36 | 4 | 0 | 463 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11110101 | 0 | 11110 | 100 | 0 | 100110011 | 1100001 | 1010101 |
Color Harmonies of #FEB1F5
Complementary color
Monochromatic Colors of #FEB1F5
Black with #FEB1F5
Text Example
Text Example
White with #FEB1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1F5; }
p { color: rgb(254,177,245); }
H1.HeaderClassName
{
color: #FEB1F5;
}
.AnyTagClassName
{
color: #FEB1F5;
}
</style>
background-color css
<style>
a { background-color: #FEB1F5; }
a { background-color: rgb(254,177,245); }
div.DivClassName
{
background-color: #FEB1F5;
}
.BgClassName
{
background-color: #FEB1F5;
}
</style>
border-color css
<style>
span { border-color: #FEB1F5; }
span { border-color: rgb(254,177,245); }
td.TdClassName
{
border-color: #FEB1F5;
}
.TagClassName
{
border-color: #FEB1F5;
}
</style>