Shades of Oasis #FEEBC3
Tints of Oasis #FEEBC3
RGB
CMYK
RGB Variations
Color information
#FEEBC3 (or 0xFEEBC3) is known color: Oasis. HEX triplet: FE, EB and C3. RGB value is (254,235,195). Sum of RGB (Red+Green+Blue) = 254+235+195=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 195 (76.56% from 255 or 28.51% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBC3 is #01143C. Grayscale: #ECECEC. Windows color (decimal): -70717 or 12839934. OLE color: 12839934.
HSL color Cylindrical-coordinate representation of color #FEEBC3: hue angle of 40.68º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEEBC3 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 195 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.00 |
| HSL | 40.68º | 0.97% | 0.88% | - |
| HSV(B) | 40.68º | 0.23% | 1% | - |
| XYZ | 80.43 | 84.43 | 63.69 | - |
| YUV | 236.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 195 | 0 | 0.07 | 0.23 | 0.00 | 40.68 | 0.97 | 0.88 |
| Hex | FE | EB | C3 | 0 | 7 | 17 | 0 | 29 | 61 | 58 |
| Octal | 376 | 353 | 303 | 0 | 7 | 27 | 0 | 51 | 141 | 130 |
| Binary | 11111110 | 11101011 | 11000011 | 0 | 111 | 10111 | 0 | 101001 | 1100001 | 1011000 |
Color Harmonies of #FEEBC3
Complementary color
Monochromatic Colors of #FEEBC3
Black with #FEEBC3
Text Example
Text Example
White with #FEEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBC3; }
p { color: rgb(254,235,195); }
H1.HeaderClassName
{
color: #FEEBC3;
}
.AnyTagClassName
{
color: #FEEBC3;
}
</style>
background-color css
<style>
a { background-color: #FEEBC3; }
a { background-color: rgb(254,235,195); }
div.DivClassName
{
background-color: #FEEBC3;
}
.BgClassName
{
background-color: #FEEBC3;
}
</style>
border-color css
<style>
span { border-color: #FEEBC3; }
span { border-color: rgb(254,235,195); }
td.TdClassName
{
border-color: #FEEBC3;
}
.TagClassName
{
border-color: #FEEBC3;
}
</style>