Shades of Oasis #FCEFC1
Tints of Oasis #FCEFC1
RGB
CMYK
RGB Variations
Color information
#FCEFC1 (or 0xFCEFC1) is known color: Oasis. HEX triplet: FC, EF and C1. RGB value is (252,239,193). Sum of RGB (Red+Green+Blue) = 252+239+193=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 193 (75.78% from 255 or 28.22% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC1 is #03103E. Grayscale: #EDEDED. Windows color (decimal): -200767 or 12709884. OLE color: 12709884.
HSL color Cylindrical-coordinate representation of color #FCEFC1: hue angle of 46.78º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCEFC1 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 193 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.01 |
| HSL | 46.78º | 0.91% | 0.87% | - |
| HSV(B) | 46.78º | 0.23% | 0.99% | - |
| XYZ | 80.64 | 86.28 | 62.86 | - |
| YUV | 237.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 193 | 0 | 0.05 | 0.23 | 0.01 | 46.78 | 0.91 | 0.87 |
| Hex | FC | EF | C1 | 0 | 5 | 17 | 1 | 2F | 5B | 57 |
| Octal | 374 | 357 | 301 | 0 | 5 | 27 | 1 | 57 | 133 | 127 |
| Binary | 11111100 | 11101111 | 11000001 | 0 | 101 | 10111 | 1 | 101111 | 1011011 | 1010111 |
Color Harmonies of #FCEFC1
Complementary color
Monochromatic Colors of #FCEFC1
Black with #FCEFC1
Text Example
Text Example
White with #FCEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFC1; }
p { color: rgb(252,239,193); }
H1.HeaderClassName
{
color: #FCEFC1;
}
.AnyTagClassName
{
color: #FCEFC1;
}
</style>
background-color css
<style>
a { background-color: #FCEFC1; }
a { background-color: rgb(252,239,193); }
div.DivClassName
{
background-color: #FCEFC1;
}
.BgClassName
{
background-color: #FCEFC1;
}
</style>
border-color css
<style>
span { border-color: #FCEFC1; }
span { border-color: rgb(252,239,193); }
td.TdClassName
{
border-color: #FCEFC1;
}
.TagClassName
{
border-color: #FCEFC1;
}
</style>