Shades of Oasis #FCEFC7
Tints of Oasis #FCEFC7
RGB
CMYK
RGB Variations
Color information
#FCEFC7 (or 0xFCEFC7) is known color: Oasis. HEX triplet: FC, EF and C7. RGB value is (252,239,199). Sum of RGB (Red+Green+Blue) = 252+239+199=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 199 (78.12% from 255 or 28.84% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC7 is #031038. Grayscale: #EEEEEE. Windows color (decimal): -200761 or 13103100. OLE color: 13103100.
HSL color Cylindrical-coordinate representation of color #FCEFC7: hue angle of 45.28º 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 #FCEFC7 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 199 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.01 |
| HSL | 45.28º | 0.9% | 0.88% | - |
| HSV(B) | 45.28º | 0.21% | 0.99% | - |
| XYZ | 81.32 | 86.55 | 66.45 | - |
| YUV | 238.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 199 | 0 | 0.05 | 0.21 | 0.01 | 45.28 | 0.9 | 0.88 |
| Hex | FC | EF | C7 | 0 | 5 | 15 | 1 | 2D | 5A | 58 |
| Octal | 374 | 357 | 307 | 0 | 5 | 25 | 1 | 55 | 132 | 130 |
| Binary | 11111100 | 11101111 | 11000111 | 0 | 101 | 10101 | 1 | 101101 | 1011010 | 1011000 |
Color Harmonies of #FCEFC7
Complementary color
Monochromatic Colors of #FCEFC7
Black with #FCEFC7
Text Example
Text Example
White with #FCEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFC7; }
p { color: rgb(252,239,199); }
H1.HeaderClassName
{
color: #FCEFC7;
}
.AnyTagClassName
{
color: #FCEFC7;
}
</style>
background-color css
<style>
a { background-color: #FCEFC7; }
a { background-color: rgb(252,239,199); }
div.DivClassName
{
background-color: #FCEFC7;
}
.BgClassName
{
background-color: #FCEFC7;
}
</style>
border-color css
<style>
span { border-color: #FCEFC7; }
span { border-color: rgb(252,239,199); }
td.TdClassName
{
border-color: #FCEFC7;
}
.TagClassName
{
border-color: #FCEFC7;
}
</style>