Shades of Oasis #FEF0CC
Tints of Oasis #FEF0CC
RGB
CMYK
RGB Variations
Color information
#FEF0CC (or 0xFEF0CC) is known color: Oasis. HEX triplet: FE, F0 and CC. RGB value is (254,240,204). Sum of RGB (Red+Green+Blue) = 254+240+204=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 204 (80.08% from 255 or 29.23% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0CC is #010F33. Grayscale: #F0F0F0. Windows color (decimal): -69428 or 13431038. OLE color: 13431038.
HSL color Cylindrical-coordinate representation of color #FEF0CC: hue angle of 43.2º 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 #FEF0CC is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 204 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.00 |
| HSL | 43.2º | 0.96% | 0.9% | - |
| HSV(B) | 43.2º | 0.2% | 1% | - |
| XYZ | 82.93 | 87.75 | 69.69 | - |
| YUV | 240.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 204 | 0 | 0.06 | 0.20 | 0.00 | 43.2 | 0.96 | 0.9 |
| Hex | FE | F0 | CC | 0 | 6 | 14 | 0 | 2B | 60 | 5A |
| Octal | 376 | 360 | 314 | 0 | 6 | 24 | 0 | 53 | 140 | 132 |
| Binary | 11111110 | 11110000 | 11001100 | 0 | 110 | 10100 | 0 | 101011 | 1100000 | 1011010 |
Color Harmonies of #FEF0CC
Complementary color
Monochromatic Colors of #FEF0CC
Black with #FEF0CC
Text Example
Text Example
White with #FEF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0CC; }
p { color: rgb(254,240,204); }
H1.HeaderClassName
{
color: #FEF0CC;
}
.AnyTagClassName
{
color: #FEF0CC;
}
</style>
background-color css
<style>
a { background-color: #FEF0CC; }
a { background-color: rgb(254,240,204); }
div.DivClassName
{
background-color: #FEF0CC;
}
.BgClassName
{
background-color: #FEF0CC;
}
</style>
border-color css
<style>
span { border-color: #FEF0CC; }
span { border-color: rgb(254,240,204); }
td.TdClassName
{
border-color: #FEF0CC;
}
.TagClassName
{
border-color: #FEF0CC;
}
</style>