Shades of Lavender Rose #FEB2F0
Tints of Lavender Rose #FEB2F0
RGB
CMYK
RGB Variations
Color information
#FEB2F0 (or 0xFEB2F0) is known color: Lavender Rose. HEX triplet: FE, B2 and F0. RGB value is (254,178,240). Sum of RGB (Red+Green+Blue) = 254+178+240=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 178 (69.92% from 255 or 26.49% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2F0 is #014D0F. Grayscale: #CFCFCF. Windows color (decimal): -85264 or 15774462. OLE color: 15774462.
HSL color Cylindrical-coordinate representation of color #FEB2F0: hue angle of 311.05º 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 #FEB2F0 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 240 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.00 |
| HSL | 311.05º | 0.97% | 0.85% | - |
| HSV(B) | 311.05º | 0.3% | 1% | - |
| XYZ | 72.52 | 59.2 | 90.04 | - |
| YUV | 207.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 240 | 0 | 0.30 | 0.06 | 0.00 | 311.05 | 0.97 | 0.85 |
| Hex | FE | B2 | F0 | 0 | 1E | 6 | 0 | 137 | 61 | 55 |
| Octal | 376 | 262 | 360 | 0 | 36 | 6 | 0 | 467 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11110000 | 0 | 11110 | 110 | 0 | 100110111 | 1100001 | 1010101 |
Color Harmonies of #FEB2F0
Complementary color
Monochromatic Colors of #FEB2F0
Black with #FEB2F0
Text Example
Text Example
White with #FEB2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2F0; }
p { color: rgb(254,178,240); }
H1.HeaderClassName
{
color: #FEB2F0;
}
.AnyTagClassName
{
color: #FEB2F0;
}
</style>
background-color css
<style>
a { background-color: #FEB2F0; }
a { background-color: rgb(254,178,240); }
div.DivClassName
{
background-color: #FEB2F0;
}
.BgClassName
{
background-color: #FEB2F0;
}
</style>
border-color css
<style>
span { border-color: #FEB2F0; }
span { border-color: rgb(254,178,240); }
td.TdClassName
{
border-color: #FEB2F0;
}
.TagClassName
{
border-color: #FEB2F0;
}
</style>