Shades of Lavender Rose #FEB1F8
Tints of Lavender Rose #FEB1F8
RGB
CMYK
RGB Variations
Color information
#FEB1F8 (or 0xFEB1F8) is known color: Lavender Rose. HEX triplet: FE, B1 and F8. RGB value is (254,177,248). Sum of RGB (Red+Green+Blue) = 254+177+248=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 177 (69.53% from 255 or 26.07% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1F8 is #014E07. Grayscale: #CFCFCF. Windows color (decimal): -85512 or 16298494. OLE color: 16298494.
HSL color Cylindrical-coordinate representation of color #FEB1F8: hue angle of 304.68º 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 #FEB1F8 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 248 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.00 |
| HSL | 304.68º | 0.97% | 0.85% | - |
| HSV(B) | 304.68º | 0.3% | 1% | - |
| XYZ | 73.54 | 59.29 | 96.38 | - |
| YUV | 208.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 248 | 0 | 0.30 | 0.02 | 0.00 | 304.68 | 0.97 | 0.85 |
| Hex | FE | B1 | F8 | 0 | 1E | 2 | 0 | 131 | 61 | 55 |
| Octal | 376 | 261 | 370 | 0 | 36 | 2 | 0 | 461 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11111000 | 0 | 11110 | 10 | 0 | 100110001 | 1100001 | 1010101 |
Color Harmonies of #FEB1F8
Complementary color
Monochromatic Colors of #FEB1F8
Black with #FEB1F8
Text Example
Text Example
White with #FEB1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1F8; }
p { color: rgb(254,177,248); }
H1.HeaderClassName
{
color: #FEB1F8;
}
.AnyTagClassName
{
color: #FEB1F8;
}
</style>
background-color css
<style>
a { background-color: #FEB1F8; }
a { background-color: rgb(254,177,248); }
div.DivClassName
{
background-color: #FEB1F8;
}
.BgClassName
{
background-color: #FEB1F8;
}
</style>
border-color css
<style>
span { border-color: #FEB1F8; }
span { border-color: rgb(254,177,248); }
td.TdClassName
{
border-color: #FEB1F8;
}
.TagClassName
{
border-color: #FEB1F8;
}
</style>