Shades of Lavender Rose #FEB2F5
Tints of Lavender Rose #FEB2F5
RGB
CMYK
RGB Variations
Color information
#FEB2F5 (or 0xFEB2F5) is known color: Lavender Rose. HEX triplet: FE, B2 and F5. RGB value is (254,178,245). Sum of RGB (Red+Green+Blue) = 254+178+245=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 178 (69.92% from 255 or 26.29% from 677); Blue value is 245 (96.09% from 255 or 36.19% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2F5 is #014D0A. Grayscale: #D0D0D0. Windows color (decimal): -85259 or 16102142. OLE color: 16102142.
HSL color Cylindrical-coordinate representation of color #FEB2F5: hue angle of 307.11º 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 #FEB2F5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 245 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.00 |
| HSL | 307.11º | 0.97% | 0.85% | - |
| HSV(B) | 307.11º | 0.3% | 1% | - |
| XYZ | 73.27 | 59.5 | 94.01 | - |
| YUV | 208.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 245 | 0 | 0.30 | 0.04 | 0.00 | 307.11 | 0.97 | 0.85 |
| Hex | FE | B2 | F5 | 0 | 1E | 4 | 0 | 133 | 61 | 55 |
| Octal | 376 | 262 | 365 | 0 | 36 | 4 | 0 | 463 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11110101 | 0 | 11110 | 100 | 0 | 100110011 | 1100001 | 1010101 |
Color Harmonies of #FEB2F5
Complementary color
Monochromatic Colors of #FEB2F5
Black with #FEB2F5
Text Example
Text Example
White with #FEB2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2F5; }
p { color: rgb(254,178,245); }
H1.HeaderClassName
{
color: #FEB2F5;
}
.AnyTagClassName
{
color: #FEB2F5;
}
</style>
background-color css
<style>
a { background-color: #FEB2F5; }
a { background-color: rgb(254,178,245); }
div.DivClassName
{
background-color: #FEB2F5;
}
.BgClassName
{
background-color: #FEB2F5;
}
</style>
border-color css
<style>
span { border-color: #FEB2F5; }
span { border-color: rgb(254,178,245); }
td.TdClassName
{
border-color: #FEB2F5;
}
.TagClassName
{
border-color: #FEB2F5;
}
</style>