Shades of Oasis #FCEDBC
Tints of Oasis #FCEDBC
RGB
CMYK
RGB Variations
Color information
#FCEDBC (or 0xFCEDBC) is known color: Oasis. HEX triplet: FC, ED and BC. RGB value is (252,237,188). Sum of RGB (Red+Green+Blue) = 252+237+188=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 188 (73.83% from 255 or 27.77% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDBC is #031243. Grayscale: #ECECEC. Windows color (decimal): -201284 or 12381692. OLE color: 12381692.
HSL color Cylindrical-coordinate representation of color #FCEDBC: hue angle of 45.94º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCEDBC is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 188 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.01 |
| HSL | 45.94º | 0.91% | 0.86% | - |
| HSV(B) | 45.94º | 0.25% | 0.99% | - |
| XYZ | 79.51 | 84.89 | 59.77 | - |
| YUV | 235.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 188 | 0 | 0.06 | 0.25 | 0.01 | 45.94 | 0.91 | 0.86 |
| Hex | FC | ED | BC | 0 | 6 | 19 | 1 | 2E | 5B | 56 |
| Octal | 374 | 355 | 274 | 0 | 6 | 31 | 1 | 56 | 133 | 126 |
| Binary | 11111100 | 11101101 | 10111100 | 0 | 110 | 11001 | 1 | 101110 | 1011011 | 1010110 |
Color Harmonies of #FCEDBC
Complementary color
Monochromatic Colors of #FCEDBC
Black with #FCEDBC
Text Example
Text Example
White with #FCEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDBC; }
p { color: rgb(252,237,188); }
H1.HeaderClassName
{
color: #FCEDBC;
}
.AnyTagClassName
{
color: #FCEDBC;
}
</style>
background-color css
<style>
a { background-color: #FCEDBC; }
a { background-color: rgb(252,237,188); }
div.DivClassName
{
background-color: #FCEDBC;
}
.BgClassName
{
background-color: #FCEDBC;
}
</style>
border-color css
<style>
span { border-color: #FCEDBC; }
span { border-color: rgb(252,237,188); }
td.TdClassName
{
border-color: #FCEDBC;
}
.TagClassName
{
border-color: #FCEDBC;
}
</style>