Shades of Lavender Rose #FEB5F2
Tints of Lavender Rose #FEB5F2
RGB
CMYK
RGB Variations
Color information
#FEB5F2 (or 0xFEB5F2) is known color: Lavender Rose. HEX triplet: FE, B5 and F2. RGB value is (254,181,242). Sum of RGB (Red+Green+Blue) = 254+181+242=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 181 (71.09% from 255 or 26.74% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5F2 is #014A0D. Grayscale: #D1D1D1. Windows color (decimal): -84494 or 15906302. OLE color: 15906302.
HSL color Cylindrical-coordinate representation of color #FEB5F2: hue angle of 309.86º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5F2 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 242 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.00 |
| HSL | 309.86º | 0.97% | 0.85% | - |
| HSV(B) | 309.86º | 0.29% | 1% | - |
| XYZ | 73.42 | 60.53 | 91.82 | - |
| YUV | 209.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 242 | 0 | 0.29 | 0.05 | 0.00 | 309.86 | 0.97 | 0.85 |
| Hex | FE | B5 | F2 | 0 | 1D | 5 | 0 | 136 | 61 | 55 |
| Octal | 376 | 265 | 362 | 0 | 35 | 5 | 0 | 466 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11110010 | 0 | 11101 | 101 | 0 | 100110110 | 1100001 | 1010101 |
Color Harmonies of #FEB5F2
Complementary color
Monochromatic Colors of #FEB5F2
Black with #FEB5F2
Text Example
Text Example
White with #FEB5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5F2; }
p { color: rgb(254,181,242); }
H1.HeaderClassName
{
color: #FEB5F2;
}
.AnyTagClassName
{
color: #FEB5F2;
}
</style>
background-color css
<style>
a { background-color: #FEB5F2; }
a { background-color: rgb(254,181,242); }
div.DivClassName
{
background-color: #FEB5F2;
}
.BgClassName
{
background-color: #FEB5F2;
}
</style>
border-color css
<style>
span { border-color: #FEB5F2; }
span { border-color: rgb(254,181,242); }
td.TdClassName
{
border-color: #FEB5F2;
}
.TagClassName
{
border-color: #FEB5F2;
}
</style>