Shades of Lavender Rose #FEB5F3
Tints of Lavender Rose #FEB5F3
RGB
CMYK
RGB Variations
Color information
#FEB5F3 (or 0xFEB5F3) is known color: Lavender Rose. HEX triplet: FE, B5 and F3. RGB value is (254,181,243). Sum of RGB (Red+Green+Blue) = 254+181+243=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 181 (71.09% from 255 or 26.70% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5F3 is #014A0C. Grayscale: #D1D1D1. Windows color (decimal): -84493 or 15971838. OLE color: 15971838.
HSL color Cylindrical-coordinate representation of color #FEB5F3: hue angle of 309.04º 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 #FEB5F3 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 243 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.00 |
| HSL | 309.04º | 0.97% | 0.85% | - |
| HSV(B) | 309.04º | 0.29% | 1% | - |
| XYZ | 73.57 | 60.59 | 92.61 | - |
| YUV | 209.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 243 | 0 | 0.29 | 0.04 | 0.00 | 309.04 | 0.97 | 0.85 |
| Hex | FE | B5 | F3 | 0 | 1D | 4 | 0 | 135 | 61 | 55 |
| Octal | 376 | 265 | 363 | 0 | 35 | 4 | 0 | 465 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11110011 | 0 | 11101 | 100 | 0 | 100110101 | 1100001 | 1010101 |
Color Harmonies of #FEB5F3
Complementary color
Monochromatic Colors of #FEB5F3
Black with #FEB5F3
Text Example
Text Example
White with #FEB5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5F3; }
p { color: rgb(254,181,243); }
H1.HeaderClassName
{
color: #FEB5F3;
}
.AnyTagClassName
{
color: #FEB5F3;
}
</style>
background-color css
<style>
a { background-color: #FEB5F3; }
a { background-color: rgb(254,181,243); }
div.DivClassName
{
background-color: #FEB5F3;
}
.BgClassName
{
background-color: #FEB5F3;
}
</style>
border-color css
<style>
span { border-color: #FEB5F3; }
span { border-color: rgb(254,181,243); }
td.TdClassName
{
border-color: #FEB5F3;
}
.TagClassName
{
border-color: #FEB5F3;
}
</style>