Shades of Lavender Rose #FEB3F9
Tints of Lavender Rose #FEB3F9
RGB
CMYK
RGB Variations
Color information
#FEB3F9 (or 0xFEB3F9) is known color: Lavender Rose. HEX triplet: FE, B3 and F9. RGB value is (254,179,249). Sum of RGB (Red+Green+Blue) = 254+179+249=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 179 (70.31% from 255 or 26.25% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3F9 is #014C06. Grayscale: #D1D1D1. Windows color (decimal): -84999 or 16364542. OLE color: 16364542.
HSL color Cylindrical-coordinate representation of color #FEB3F9: hue angle of 304º 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 #FEB3F9 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 249 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.00 |
| HSL | 304º | 0.97% | 0.85% | - |
| HSV(B) | 304º | 0.3% | 1% | - |
| XYZ | 74.09 | 60.15 | 97.33 | - |
| YUV | 209.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 249 | 0 | 0.30 | 0.02 | 0.00 | 304 | 0.97 | 0.85 |
| Hex | FE | B3 | F9 | 0 | 1E | 2 | 0 | 130 | 61 | 55 |
| Octal | 376 | 263 | 371 | 0 | 36 | 2 | 0 | 460 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11111001 | 0 | 11110 | 10 | 0 | 100110000 | 1100001 | 1010101 |
Color Harmonies of #FEB3F9
Complementary color
Monochromatic Colors of #FEB3F9
Black with #FEB3F9
Text Example
Text Example
White with #FEB3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3F9; }
p { color: rgb(254,179,249); }
H1.HeaderClassName
{
color: #FEB3F9;
}
.AnyTagClassName
{
color: #FEB3F9;
}
</style>
background-color css
<style>
a { background-color: #FEB3F9; }
a { background-color: rgb(254,179,249); }
div.DivClassName
{
background-color: #FEB3F9;
}
.BgClassName
{
background-color: #FEB3F9;
}
</style>
border-color css
<style>
span { border-color: #FEB3F9; }
span { border-color: rgb(254,179,249); }
td.TdClassName
{
border-color: #FEB3F9;
}
.TagClassName
{
border-color: #FEB3F9;
}
</style>