Shades of Oasis #FEF3C6
Tints of Oasis #FEF3C6
RGB
CMYK
RGB Variations
Color information
#FEF3C6 (or 0xFEF3C6) is known color: Oasis. HEX triplet: FE, F3 and C6. RGB value is (254,243,198). Sum of RGB (Red+Green+Blue) = 254+243+198=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 198 (77.73% from 255 or 28.49% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3C6 is #010C39. Grayscale: #F1F1F1. Windows color (decimal): -68666 or 13038590. OLE color: 13038590.
HSL color Cylindrical-coordinate representation of color #FEF3C6: hue angle of 48.21º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEF3C6 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 198 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.00 |
| HSL | 48.21º | 0.97% | 0.89% | - |
| HSV(B) | 48.21º | 0.22% | 1% | - |
| XYZ | 83.12 | 89.25 | 66.27 | - |
| YUV | 241.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 198 | 0 | 0.04 | 0.22 | 0.00 | 48.21 | 0.97 | 0.89 |
| Hex | FE | F3 | C6 | 0 | 4 | 16 | 0 | 30 | 61 | 59 |
| Octal | 376 | 363 | 306 | 0 | 4 | 26 | 0 | 60 | 141 | 131 |
| Binary | 11111110 | 11110011 | 11000110 | 0 | 100 | 10110 | 0 | 110000 | 1100001 | 1011001 |
Color Harmonies of #FEF3C6
Complementary color
Monochromatic Colors of #FEF3C6
Black with #FEF3C6
Text Example
Text Example
White with #FEF3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3C6; }
p { color: rgb(254,243,198); }
H1.HeaderClassName
{
color: #FEF3C6;
}
.AnyTagClassName
{
color: #FEF3C6;
}
</style>
background-color css
<style>
a { background-color: #FEF3C6; }
a { background-color: rgb(254,243,198); }
div.DivClassName
{
background-color: #FEF3C6;
}
.BgClassName
{
background-color: #FEF3C6;
}
</style>
border-color css
<style>
span { border-color: #FEF3C6; }
span { border-color: rgb(254,243,198); }
td.TdClassName
{
border-color: #FEF3C6;
}
.TagClassName
{
border-color: #FEF3C6;
}
</style>