Shades of Oasis #FCEDC6
Tints of Oasis #FCEDC6
RGB
CMYK
RGB Variations
Color information
#FCEDC6 (or 0xFCEDC6) is known color: Oasis. HEX triplet: FC, ED and C6. RGB value is (252,237,198). Sum of RGB (Red+Green+Blue) = 252+237+198=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 198 (77.73% from 255 or 28.82% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDC6 is #031239. Grayscale: #EDEDED. Windows color (decimal): -201274 or 13037052. OLE color: 13037052.
HSL color Cylindrical-coordinate representation of color #FCEDC6: hue angle of 43.33º 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 #FCEDC6 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 198 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.01 |
| HSL | 43.33º | 0.9% | 0.88% | - |
| HSV(B) | 43.33º | 0.21% | 0.99% | - |
| XYZ | 80.62 | 85.34 | 65.65 | - |
| YUV | 237.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 198 | 0 | 0.06 | 0.21 | 0.01 | 43.33 | 0.9 | 0.88 |
| Hex | FC | ED | C6 | 0 | 6 | 15 | 1 | 2B | 5A | 58 |
| Octal | 374 | 355 | 306 | 0 | 6 | 25 | 1 | 53 | 132 | 130 |
| Binary | 11111100 | 11101101 | 11000110 | 0 | 110 | 10101 | 1 | 101011 | 1011010 | 1011000 |
Color Harmonies of #FCEDC6
Complementary color
Monochromatic Colors of #FCEDC6
Black with #FCEDC6
Text Example
Text Example
White with #FCEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDC6; }
p { color: rgb(252,237,198); }
H1.HeaderClassName
{
color: #FCEDC6;
}
.AnyTagClassName
{
color: #FCEDC6;
}
</style>
background-color css
<style>
a { background-color: #FCEDC6; }
a { background-color: rgb(252,237,198); }
div.DivClassName
{
background-color: #FCEDC6;
}
.BgClassName
{
background-color: #FCEDC6;
}
</style>
border-color css
<style>
span { border-color: #FCEDC6; }
span { border-color: rgb(252,237,198); }
td.TdClassName
{
border-color: #FCEDC6;
}
.TagClassName
{
border-color: #FCEDC6;
}
</style>