Shades of Lavender Rose #FEBAFC
Tints of Lavender Rose #FEBAFC
RGB
CMYK
RGB Variations
Color information
#FEBAFC (or 0xFEBAFC) is known color: Lavender Rose. HEX triplet: FE, BA and FC. RGB value is (254,186,252). Sum of RGB (Red+Green+Blue) = 254+186+252=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 186 (73.05% from 255 or 26.88% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAFC is #014503. Grayscale: #D5D5D5. Windows color (decimal): -83204 or 16562942. OLE color: 16562942.
HSL color Cylindrical-coordinate representation of color #FEBAFC: hue angle of 301.76º 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 #FEBAFC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 252 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.00 |
| HSL | 301.76º | 0.97% | 0.86% | - |
| HSV(B) | 301.76º | 0.27% | 1% | - |
| XYZ | 76 | 63.22 | 100.29 | - |
| YUV | 213.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 252 | 0 | 0.27 | 0.01 | 0.00 | 301.76 | 0.97 | 0.86 |
| Hex | FE | BA | FC | 0 | 1B | 1 | 0 | 12E | 61 | 56 |
| Octal | 376 | 272 | 374 | 0 | 33 | 1 | 0 | 456 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11111100 | 0 | 11011 | 1 | 0 | 100101110 | 1100001 | 1010110 |
Color Harmonies of #FEBAFC
Complementary color
Monochromatic Colors of #FEBAFC
Black with #FEBAFC
Text Example
Text Example
White with #FEBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAFC; }
p { color: rgb(254,186,252); }
H1.HeaderClassName
{
color: #FEBAFC;
}
.AnyTagClassName
{
color: #FEBAFC;
}
</style>
background-color css
<style>
a { background-color: #FEBAFC; }
a { background-color: rgb(254,186,252); }
div.DivClassName
{
background-color: #FEBAFC;
}
.BgClassName
{
background-color: #FEBAFC;
}
</style>
border-color css
<style>
span { border-color: #FEBAFC; }
span { border-color: rgb(254,186,252); }
td.TdClassName
{
border-color: #FEBAFC;
}
.TagClassName
{
border-color: #FEBAFC;
}
</style>