Shades of Oasis #FCEFC3
Tints of Oasis #FCEFC3
RGB
CMYK
RGB Variations
Color information
#FCEFC3 (or 0xFCEFC3) is known color: Oasis. HEX triplet: FC, EF and C3. RGB value is (252,239,195). Sum of RGB (Red+Green+Blue) = 252+239+195=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 195 (76.56% from 255 or 28.43% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC3 is #03103C. Grayscale: #EEEEEE. Windows color (decimal): -200765 or 12840956. OLE color: 12840956.
HSL color Cylindrical-coordinate representation of color #FCEFC3: hue angle of 46.32º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCEFC3 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 195 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.01 |
| HSL | 46.32º | 0.9% | 0.88% | - |
| HSV(B) | 46.32º | 0.23% | 0.99% | - |
| XYZ | 80.86 | 86.37 | 64.04 | - |
| YUV | 237.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 195 | 0 | 0.05 | 0.23 | 0.01 | 46.32 | 0.9 | 0.88 |
| Hex | FC | EF | C3 | 0 | 5 | 17 | 1 | 2E | 5A | 58 |
| Octal | 374 | 357 | 303 | 0 | 5 | 27 | 1 | 56 | 132 | 130 |
| Binary | 11111100 | 11101111 | 11000011 | 0 | 101 | 10111 | 1 | 101110 | 1011010 | 1011000 |
Color Harmonies of #FCEFC3
Complementary color
Monochromatic Colors of #FCEFC3
Black with #FCEFC3
Text Example
Text Example
White with #FCEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFC3; }
p { color: rgb(252,239,195); }
H1.HeaderClassName
{
color: #FCEFC3;
}
.AnyTagClassName
{
color: #FCEFC3;
}
</style>
background-color css
<style>
a { background-color: #FCEFC3; }
a { background-color: rgb(252,239,195); }
div.DivClassName
{
background-color: #FCEFC3;
}
.BgClassName
{
background-color: #FCEFC3;
}
</style>
border-color css
<style>
span { border-color: #FCEFC3; }
span { border-color: rgb(252,239,195); }
td.TdClassName
{
border-color: #FCEFC3;
}
.TagClassName
{
border-color: #FCEFC3;
}
</style>