Shades of Lavender Rose #FEBAF5
Tints of Lavender Rose #FEBAF5
RGB
CMYK
RGB Variations
Color information
#FEBAF5 (or 0xFEBAF5) is known color: Lavender Rose. HEX triplet: FE, BA and F5. RGB value is (254,186,245). Sum of RGB (Red+Green+Blue) = 254+186+245=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 186 (73.05% from 255 or 27.15% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAF5 is #01450A. Grayscale: #D4D4D4. Windows color (decimal): -83211 or 16104190. OLE color: 16104190.
HSL color Cylindrical-coordinate representation of color #FEBAF5: hue angle of 307.94º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBAF5 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 245 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.00 |
| HSL | 307.94º | 0.97% | 0.86% | - |
| HSV(B) | 307.94º | 0.27% | 1% | - |
| XYZ | 74.91 | 62.78 | 94.56 | - |
| YUV | 213.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 245 | 0 | 0.27 | 0.04 | 0.00 | 307.94 | 0.97 | 0.86 |
| Hex | FE | BA | F5 | 0 | 1B | 4 | 0 | 134 | 61 | 56 |
| Octal | 376 | 272 | 365 | 0 | 33 | 4 | 0 | 464 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11110101 | 0 | 11011 | 100 | 0 | 100110100 | 1100001 | 1010110 |
Color Harmonies of #FEBAF5
Complementary color
Monochromatic Colors of #FEBAF5
Black with #FEBAF5
Text Example
Text Example
White with #FEBAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAF5; }
p { color: rgb(254,186,245); }
H1.HeaderClassName
{
color: #FEBAF5;
}
.AnyTagClassName
{
color: #FEBAF5;
}
</style>
background-color css
<style>
a { background-color: #FEBAF5; }
a { background-color: rgb(254,186,245); }
div.DivClassName
{
background-color: #FEBAF5;
}
.BgClassName
{
background-color: #FEBAF5;
}
</style>
border-color css
<style>
span { border-color: #FEBAF5; }
span { border-color: rgb(254,186,245); }
td.TdClassName
{
border-color: #FEBAF5;
}
.TagClassName
{
border-color: #FEBAF5;
}
</style>