Shades of Oasis #FEEBBE
Tints of Oasis #FEEBBE
RGB
CMYK
RGB Variations
Color information
#FEEBBE (or 0xFEEBBE) is known color: Oasis. HEX triplet: FE, EB and BE. RGB value is (254,235,190). Sum of RGB (Red+Green+Blue) = 254+235+190=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 190 (74.61% from 255 or 27.98% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBBE is #011441. Grayscale: #EBEBEB. Windows color (decimal): -70722 or 12512254. OLE color: 12512254.
HSL color Cylindrical-coordinate representation of color #FEEBBE: hue angle of 42.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEEBBE is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 190 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.00 |
| HSL | 42.19º | 0.97% | 0.87% | - |
| HSV(B) | 42.19º | 0.25% | 1% | - |
| XYZ | 79.88 | 84.21 | 60.76 | - |
| YUV | 235.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 190 | 0 | 0.07 | 0.25 | 0.00 | 42.19 | 0.97 | 0.87 |
| Hex | FE | EB | BE | 0 | 7 | 19 | 0 | 2A | 61 | 57 |
| Octal | 376 | 353 | 276 | 0 | 7 | 31 | 0 | 52 | 141 | 127 |
| Binary | 11111110 | 11101011 | 10111110 | 0 | 111 | 11001 | 0 | 101010 | 1100001 | 1010111 |
Color Harmonies of #FEEBBE
Complementary color
Monochromatic Colors of #FEEBBE
Black with #FEEBBE
Text Example
Text Example
White with #FEEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBBE; }
p { color: rgb(254,235,190); }
H1.HeaderClassName
{
color: #FEEBBE;
}
.AnyTagClassName
{
color: #FEEBBE;
}
</style>
background-color css
<style>
a { background-color: #FEEBBE; }
a { background-color: rgb(254,235,190); }
div.DivClassName
{
background-color: #FEEBBE;
}
.BgClassName
{
background-color: #FEEBBE;
}
</style>
border-color css
<style>
span { border-color: #FEEBBE; }
span { border-color: rgb(254,235,190); }
td.TdClassName
{
border-color: #FEEBBE;
}
.TagClassName
{
border-color: #FEEBBE;
}
</style>