Shades of Oasis #FCEBC6
Tints of Oasis #FCEBC6
RGB
CMYK
RGB Variations
Color information
#FCEBC6 (or 0xFCEBC6) is known color: Oasis. HEX triplet: FC, EB and C6. RGB value is (252,235,198). Sum of RGB (Red+Green+Blue) = 252+235+198=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 198 (77.73% from 255 or 28.91% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC6 is #031439. Grayscale: #ECECEC. Windows color (decimal): -201786 or 13036540. OLE color: 13036540.
HSL color Cylindrical-coordinate representation of color #FCEBC6: hue angle of 41.11º 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 #FCEBC6 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 198 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.01 |
| HSL | 41.11º | 0.9% | 0.88% | - |
| HSV(B) | 41.11º | 0.21% | 0.99% | - |
| XYZ | 80.05 | 84.19 | 65.46 | - |
| YUV | 235.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 198 | 0 | 0.07 | 0.21 | 0.01 | 41.11 | 0.9 | 0.88 |
| Hex | FC | EB | C6 | 0 | 7 | 15 | 1 | 29 | 5A | 58 |
| Octal | 374 | 353 | 306 | 0 | 7 | 25 | 1 | 51 | 132 | 130 |
| Binary | 11111100 | 11101011 | 11000110 | 0 | 111 | 10101 | 1 | 101001 | 1011010 | 1011000 |
Color Harmonies of #FCEBC6
Complementary color
Monochromatic Colors of #FCEBC6
Black with #FCEBC6
Text Example
Text Example
White with #FCEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBC6; }
p { color: rgb(252,235,198); }
H1.HeaderClassName
{
color: #FCEBC6;
}
.AnyTagClassName
{
color: #FCEBC6;
}
</style>
background-color css
<style>
a { background-color: #FCEBC6; }
a { background-color: rgb(252,235,198); }
div.DivClassName
{
background-color: #FCEBC6;
}
.BgClassName
{
background-color: #FCEBC6;
}
</style>
border-color css
<style>
span { border-color: #FCEBC6; }
span { border-color: rgb(252,235,198); }
td.TdClassName
{
border-color: #FCEBC6;
}
.TagClassName
{
border-color: #FCEBC6;
}
</style>