Shades of Oasis #FEF1CC
Tints of Oasis #FEF1CC
RGB
CMYK
RGB Variations
Color information
#FEF1CC (or 0xFEF1CC) is known color: Oasis. HEX triplet: FE, F1 and CC. RGB value is (254,241,204). Sum of RGB (Red+Green+Blue) = 254+241+204=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 204 (80.08% from 255 or 29.18% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1CC is #010E33. Grayscale: #F0F0F0. Windows color (decimal): -69172 or 13431294. OLE color: 13431294.
HSL color Cylindrical-coordinate representation of color #FEF1CC: hue angle of 44.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEF1CC is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 204 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.00 |
| HSL | 44.4º | 0.96% | 0.9% | - |
| HSV(B) | 44.4º | 0.2% | 1% | - |
| XYZ | 83.23 | 88.34 | 69.79 | - |
| YUV | 240.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 204 | 0 | 0.05 | 0.20 | 0.00 | 44.4 | 0.96 | 0.9 |
| Hex | FE | F1 | CC | 0 | 5 | 14 | 0 | 2C | 60 | 5A |
| Octal | 376 | 361 | 314 | 0 | 5 | 24 | 0 | 54 | 140 | 132 |
| Binary | 11111110 | 11110001 | 11001100 | 0 | 101 | 10100 | 0 | 101100 | 1100000 | 1011010 |
Color Harmonies of #FEF1CC
Complementary color
Monochromatic Colors of #FEF1CC
Black with #FEF1CC
Text Example
Text Example
White with #FEF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1CC; }
p { color: rgb(254,241,204); }
H1.HeaderClassName
{
color: #FEF1CC;
}
.AnyTagClassName
{
color: #FEF1CC;
}
</style>
background-color css
<style>
a { background-color: #FEF1CC; }
a { background-color: rgb(254,241,204); }
div.DivClassName
{
background-color: #FEF1CC;
}
.BgClassName
{
background-color: #FEF1CC;
}
</style>
border-color css
<style>
span { border-color: #FEF1CC; }
span { border-color: rgb(254,241,204); }
td.TdClassName
{
border-color: #FEF1CC;
}
.TagClassName
{
border-color: #FEF1CC;
}
</style>