Shades of Lavender Rose #FEB1F4
Tints of Lavender Rose #FEB1F4
RGB
CMYK
RGB Variations
Color information
#FEB1F4 (or 0xFEB1F4) is known color: Lavender Rose. HEX triplet: FE, B1 and F4. RGB value is (254,177,244). Sum of RGB (Red+Green+Blue) = 254+177+244=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 177 (69.53% from 255 or 26.22% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1F4 is #014E0B. Grayscale: #CFCFCF. Windows color (decimal): -85516 or 16036350. OLE color: 16036350.
HSL color Cylindrical-coordinate representation of color #FEB1F4: hue angle of 307.79º 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 #FEB1F4 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 244 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.00 |
| HSL | 307.79º | 0.97% | 0.85% | - |
| HSV(B) | 307.79º | 0.3% | 1% | - |
| XYZ | 72.92 | 59.05 | 93.14 | - |
| YUV | 207.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 244 | 0 | 0.30 | 0.04 | 0.00 | 307.79 | 0.97 | 0.85 |
| Hex | FE | B1 | F4 | 0 | 1E | 4 | 0 | 134 | 61 | 55 |
| Octal | 376 | 261 | 364 | 0 | 36 | 4 | 0 | 464 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11110100 | 0 | 11110 | 100 | 0 | 100110100 | 1100001 | 1010101 |
Color Harmonies of #FEB1F4
Complementary color
Monochromatic Colors of #FEB1F4
Black with #FEB1F4
Text Example
Text Example
White with #FEB1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1F4; }
p { color: rgb(254,177,244); }
H1.HeaderClassName
{
color: #FEB1F4;
}
.AnyTagClassName
{
color: #FEB1F4;
}
</style>
background-color css
<style>
a { background-color: #FEB1F4; }
a { background-color: rgb(254,177,244); }
div.DivClassName
{
background-color: #FEB1F4;
}
.BgClassName
{
background-color: #FEB1F4;
}
</style>
border-color css
<style>
span { border-color: #FEB1F4; }
span { border-color: rgb(254,177,244); }
td.TdClassName
{
border-color: #FEB1F4;
}
.TagClassName
{
border-color: #FEB1F4;
}
</style>