Shades of Lavender Rose #FEB8F2
Tints of Lavender Rose #FEB8F2
RGB
CMYK
RGB Variations
Color information
#FEB8F2 (or 0xFEB8F2) is known color: Lavender Rose. HEX triplet: FE, B8 and F2. RGB value is (254,184,242). Sum of RGB (Red+Green+Blue) = 254+184+242=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 184 (72.27% from 255 or 27.06% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F2 is #01470D. Grayscale: #D3D3D3. Windows color (decimal): -83726 or 15907070. OLE color: 15907070.
HSL color Cylindrical-coordinate representation of color #FEB8F2: hue angle of 310.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB8F2 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 242 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.00 |
| HSL | 310.29º | 0.97% | 0.86% | - |
| HSV(B) | 310.29º | 0.28% | 1% | - |
| XYZ | 74.04 | 61.76 | 92.02 | - |
| YUV | 211.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 242 | 0 | 0.28 | 0.05 | 0.00 | 310.29 | 0.97 | 0.86 |
| Hex | FE | B8 | F2 | 0 | 1C | 5 | 0 | 136 | 61 | 56 |
| Octal | 376 | 270 | 362 | 0 | 34 | 5 | 0 | 466 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11110010 | 0 | 11100 | 101 | 0 | 100110110 | 1100001 | 1010110 |
Color Harmonies of #FEB8F2
Complementary color
Monochromatic Colors of #FEB8F2
Black with #FEB8F2
Text Example
Text Example
White with #FEB8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8F2; }
p { color: rgb(254,184,242); }
H1.HeaderClassName
{
color: #FEB8F2;
}
.AnyTagClassName
{
color: #FEB8F2;
}
</style>
background-color css
<style>
a { background-color: #FEB8F2; }
a { background-color: rgb(254,184,242); }
div.DivClassName
{
background-color: #FEB8F2;
}
.BgClassName
{
background-color: #FEB8F2;
}
</style>
border-color css
<style>
span { border-color: #FEB8F2; }
span { border-color: rgb(254,184,242); }
td.TdClassName
{
border-color: #FEB8F2;
}
.TagClassName
{
border-color: #FEB8F2;
}
</style>