Shades of Oasis #FEF1BD
Tints of Oasis #FEF1BD
RGB
CMYK
RGB Variations
Color information
#FEF1BD (or 0xFEF1BD) is known color: Oasis. HEX triplet: FE, F1 and BD. RGB value is (254,241,189). Sum of RGB (Red+Green+Blue) = 254+241+189=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 189 (74.22% from 255 or 27.63% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1BD is #010E42. Grayscale: #EFEFEF. Windows color (decimal): -69187 or 12448254. OLE color: 12448254.
HSL color Cylindrical-coordinate representation of color #FEF1BD: hue angle of 48º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEF1BD is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 189 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.00 |
| HSL | 48º | 0.97% | 0.87% | - |
| HSV(B) | 48º | 0.26% | 1% | - |
| XYZ | 81.51 | 87.66 | 60.77 | - |
| YUV | 238.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 189 | 0 | 0.05 | 0.26 | 0.00 | 48 | 0.97 | 0.87 |
| Hex | FE | F1 | BD | 0 | 5 | 1A | 0 | 30 | 61 | 57 |
| Octal | 376 | 361 | 275 | 0 | 5 | 32 | 0 | 60 | 141 | 127 |
| Binary | 11111110 | 11110001 | 10111101 | 0 | 101 | 11010 | 0 | 110000 | 1100001 | 1010111 |
Color Harmonies of #FEF1BD
Complementary color
Monochromatic Colors of #FEF1BD
Black with #FEF1BD
Text Example
Text Example
White with #FEF1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1BD; }
p { color: rgb(254,241,189); }
H1.HeaderClassName
{
color: #FEF1BD;
}
.AnyTagClassName
{
color: #FEF1BD;
}
</style>
background-color css
<style>
a { background-color: #FEF1BD; }
a { background-color: rgb(254,241,189); }
div.DivClassName
{
background-color: #FEF1BD;
}
.BgClassName
{
background-color: #FEF1BD;
}
</style>
border-color css
<style>
span { border-color: #FEF1BD; }
span { border-color: rgb(254,241,189); }
td.TdClassName
{
border-color: #FEF1BD;
}
.TagClassName
{
border-color: #FEF1BD;
}
</style>