Shades of Oasis #FCEFC2
Tints of Oasis #FCEFC2
RGB
CMYK
RGB Variations
Color information
#FCEFC2 (or 0xFCEFC2) is known color: Oasis. HEX triplet: FC, EF and C2. RGB value is (252,239,194). Sum of RGB (Red+Green+Blue) = 252+239+194=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 194 (76.17% from 255 or 28.32% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC2 is #03103D. Grayscale: #EDEDED. Windows color (decimal): -200766 or 12775420. OLE color: 12775420.
HSL color Cylindrical-coordinate representation of color #FCEFC2: hue angle of 46.55º 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 #FCEFC2 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 194 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.01 |
| HSL | 46.55º | 0.91% | 0.87% | - |
| HSV(B) | 46.55º | 0.23% | 0.99% | - |
| XYZ | 80.75 | 86.32 | 63.45 | - |
| YUV | 237.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 194 | 0 | 0.05 | 0.23 | 0.01 | 46.55 | 0.91 | 0.87 |
| Hex | FC | EF | C2 | 0 | 5 | 17 | 1 | 2F | 5B | 57 |
| Octal | 374 | 357 | 302 | 0 | 5 | 27 | 1 | 57 | 133 | 127 |
| Binary | 11111100 | 11101111 | 11000010 | 0 | 101 | 10111 | 1 | 101111 | 1011011 | 1010111 |
Color Harmonies of #FCEFC2
Complementary color
Monochromatic Colors of #FCEFC2
Black with #FCEFC2
Text Example
Text Example
White with #FCEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFC2; }
p { color: rgb(252,239,194); }
H1.HeaderClassName
{
color: #FCEFC2;
}
.AnyTagClassName
{
color: #FCEFC2;
}
</style>
background-color css
<style>
a { background-color: #FCEFC2; }
a { background-color: rgb(252,239,194); }
div.DivClassName
{
background-color: #FCEFC2;
}
.BgClassName
{
background-color: #FCEFC2;
}
</style>
border-color css
<style>
span { border-color: #FCEFC2; }
span { border-color: rgb(252,239,194); }
td.TdClassName
{
border-color: #FCEFC2;
}
.TagClassName
{
border-color: #FCEFC2;
}
</style>