Shades of Oasis #FCEFC6
Tints of Oasis #FCEFC6
RGB
CMYK
RGB Variations
Color information
#FCEFC6 (or 0xFCEFC6) is known color: Oasis. HEX triplet: FC, EF and C6. RGB value is (252,239,198). Sum of RGB (Red+Green+Blue) = 252+239+198=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 198 (77.73% from 255 or 28.74% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC6 is #031039. Grayscale: #EEEEEE. Windows color (decimal): -200762 or 13037564. OLE color: 13037564.
HSL color Cylindrical-coordinate representation of color #FCEFC6: hue angle of 45.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCEFC6 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 198 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.01 |
| HSL | 45.56º | 0.9% | 0.88% | - |
| HSV(B) | 45.56º | 0.21% | 0.99% | - |
| XYZ | 81.2 | 86.51 | 65.84 | - |
| YUV | 238.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 198 | 0 | 0.05 | 0.21 | 0.01 | 45.56 | 0.9 | 0.88 |
| Hex | FC | EF | C6 | 0 | 5 | 15 | 1 | 2E | 5A | 58 |
| Octal | 374 | 357 | 306 | 0 | 5 | 25 | 1 | 56 | 132 | 130 |
| Binary | 11111100 | 11101111 | 11000110 | 0 | 101 | 10101 | 1 | 101110 | 1011010 | 1011000 |
Color Harmonies of #FCEFC6
Complementary color
Monochromatic Colors of #FCEFC6
Black with #FCEFC6
Text Example
Text Example
White with #FCEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFC6; }
p { color: rgb(252,239,198); }
H1.HeaderClassName
{
color: #FCEFC6;
}
.AnyTagClassName
{
color: #FCEFC6;
}
</style>
background-color css
<style>
a { background-color: #FCEFC6; }
a { background-color: rgb(252,239,198); }
div.DivClassName
{
background-color: #FCEFC6;
}
.BgClassName
{
background-color: #FCEFC6;
}
</style>
border-color css
<style>
span { border-color: #FCEFC6; }
span { border-color: rgb(252,239,198); }
td.TdClassName
{
border-color: #FCEFC6;
}
.TagClassName
{
border-color: #FCEFC6;
}
</style>