Shades of Lavender Rose #FEBAFF
Tints of Lavender Rose #FEBAFF
RGB
CMYK
RGB Variations
Color information
#FEBAFF (or 0xFEBAFF) is known color: Lavender Rose. HEX triplet: FE, BA and FF. RGB value is (254,186,255). Sum of RGB (Red+Green+Blue) = 254+186+255=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 186 (73.05% from 255 or 26.76% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAFF is #014500. Grayscale: #D5D5D5. Windows color (decimal): -83201 or 16759550. OLE color: 16759550.
HSL color Cylindrical-coordinate representation of color #FEBAFF: hue angle of 299.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBAFF is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 186 | 255 | - |
| CMYK | 0.00 | 0.27 | 0 | 0 |
| HSL | 299.13º | 1% | 0.86% | - |
| HSV(B) | 299.13º | 0.27% | 1% | - |
| XYZ | 76.48 | 63.41 | 102.82 | - |
| YUV | 214.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 255 | 0.00 | 0.27 | 0 | 0 | 299.13 | 1 | 0.86 |
| Hex | FE | BA | FF | 0 | 1B | 0 | 0 | 12B | 64 | 56 |
| Octal | 376 | 272 | 377 | 0 | 33 | 0 | 0 | 453 | 144 | 126 |
| Binary | 11111110 | 10111010 | 11111111 | 0 | 11011 | 0 | 0 | 100101011 | 1100100 | 1010110 |
Color Harmonies of #FEBAFF
Complementary color
Monochromatic Colors of #FEBAFF
Black with #FEBAFF
Text Example
Text Example
White with #FEBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAFF; }
p { color: rgb(254,186,255); }
H1.HeaderClassName
{
color: #FEBAFF;
}
.AnyTagClassName
{
color: #FEBAFF;
}
</style>
background-color css
<style>
a { background-color: #FEBAFF; }
a { background-color: rgb(254,186,255); }
div.DivClassName
{
background-color: #FEBAFF;
}
.BgClassName
{
background-color: #FEBAFF;
}
</style>
border-color css
<style>
span { border-color: #FEBAFF; }
span { border-color: rgb(254,186,255); }
td.TdClassName
{
border-color: #FEBAFF;
}
.TagClassName
{
border-color: #FEBAFF;
}
</style>