Shades of Lavender Rose #FEB8F0
Tints of Lavender Rose #FEB8F0
RGB
CMYK
RGB Variations
Color information
#FEB8F0 (or 0xFEB8F0) is known color: Lavender Rose. HEX triplet: FE, B8 and F0. RGB value is (254,184,240). Sum of RGB (Red+Green+Blue) = 254+184+240=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 184 (72.27% from 255 or 27.14% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F0 is #01470F. Grayscale: #D3D3D3. Windows color (decimal): -83728 or 15775998. OLE color: 15775998.
HSL color Cylindrical-coordinate representation of color #FEB8F0: hue angle of 312º 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 #FEB8F0 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 240 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.00 |
| HSL | 312º | 0.97% | 0.86% | - |
| HSV(B) | 312º | 0.28% | 1% | - |
| XYZ | 73.74 | 61.64 | 90.45 | - |
| YUV | 211.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 240 | 0 | 0.28 | 0.06 | 0.00 | 312 | 0.97 | 0.86 |
| Hex | FE | B8 | F0 | 0 | 1C | 6 | 0 | 138 | 61 | 56 |
| Octal | 376 | 270 | 360 | 0 | 34 | 6 | 0 | 470 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11110000 | 0 | 11100 | 110 | 0 | 100111000 | 1100001 | 1010110 |
Color Harmonies of #FEB8F0
Complementary color
Monochromatic Colors of #FEB8F0
Black with #FEB8F0
Text Example
Text Example
White with #FEB8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8F0; }
p { color: rgb(254,184,240); }
H1.HeaderClassName
{
color: #FEB8F0;
}
.AnyTagClassName
{
color: #FEB8F0;
}
</style>
background-color css
<style>
a { background-color: #FEB8F0; }
a { background-color: rgb(254,184,240); }
div.DivClassName
{
background-color: #FEB8F0;
}
.BgClassName
{
background-color: #FEB8F0;
}
</style>
border-color css
<style>
span { border-color: #FEB8F0; }
span { border-color: rgb(254,184,240); }
td.TdClassName
{
border-color: #FEB8F0;
}
.TagClassName
{
border-color: #FEB8F0;
}
</style>