Shades of Oasis #FEF2CB
Tints of Oasis #FEF2CB
RGB
CMYK
RGB Variations
Color information
#FEF2CB (or 0xFEF2CB) is known color: Oasis. HEX triplet: FE, F2 and CB. RGB value is (254,242,203). Sum of RGB (Red+Green+Blue) = 254+242+203=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 203 (79.69% from 255 or 29.04% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2CB is #010D34. Grayscale: #F1F1F1. Windows color (decimal): -68917 or 13366014. OLE color: 13366014.
HSL color Cylindrical-coordinate representation of color #FEF2CB: hue angle of 45.88º 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 #FEF2CB is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 203 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.00 |
| HSL | 45.88º | 0.96% | 0.9% | - |
| HSV(B) | 45.88º | 0.2% | 1% | - |
| XYZ | 83.4 | 88.89 | 69.26 | - |
| YUV | 241.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 203 | 0 | 0.05 | 0.20 | 0.00 | 45.88 | 0.96 | 0.9 |
| Hex | FE | F2 | CB | 0 | 5 | 14 | 0 | 2E | 60 | 5A |
| Octal | 376 | 362 | 313 | 0 | 5 | 24 | 0 | 56 | 140 | 132 |
| Binary | 11111110 | 11110010 | 11001011 | 0 | 101 | 10100 | 0 | 101110 | 1100000 | 1011010 |
Color Harmonies of #FEF2CB
Complementary color
Monochromatic Colors of #FEF2CB
Black with #FEF2CB
Text Example
Text Example
White with #FEF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2CB; }
p { color: rgb(254,242,203); }
H1.HeaderClassName
{
color: #FEF2CB;
}
.AnyTagClassName
{
color: #FEF2CB;
}
</style>
background-color css
<style>
a { background-color: #FEF2CB; }
a { background-color: rgb(254,242,203); }
div.DivClassName
{
background-color: #FEF2CB;
}
.BgClassName
{
background-color: #FEF2CB;
}
</style>
border-color css
<style>
span { border-color: #FEF2CB; }
span { border-color: rgb(254,242,203); }
td.TdClassName
{
border-color: #FEF2CB;
}
.TagClassName
{
border-color: #FEF2CB;
}
</style>