Shades of Oasis #FCEDBF
Tints of Oasis #FCEDBF
RGB
CMYK
RGB Variations
Color information
#FCEDBF (or 0xFCEDBF) is known color: Oasis. HEX triplet: FC, ED and BF. RGB value is (252,237,191). Sum of RGB (Red+Green+Blue) = 252+237+191=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 191 (75% from 255 or 28.09% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDBF is #031240. Grayscale: #ECECEC. Windows color (decimal): -201281 or 12578300. OLE color: 12578300.
HSL color Cylindrical-coordinate representation of color #FCEDBF: hue angle of 45.25º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCEDBF is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 191 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.01 |
| HSL | 45.25º | 0.91% | 0.87% | - |
| HSV(B) | 45.25º | 0.24% | 0.99% | - |
| XYZ | 79.83 | 85.03 | 61.49 | - |
| YUV | 236.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 191 | 0 | 0.06 | 0.24 | 0.01 | 45.25 | 0.91 | 0.87 |
| Hex | FC | ED | BF | 0 | 6 | 18 | 1 | 2D | 5B | 57 |
| Octal | 374 | 355 | 277 | 0 | 6 | 30 | 1 | 55 | 133 | 127 |
| Binary | 11111100 | 11101101 | 10111111 | 0 | 110 | 11000 | 1 | 101101 | 1011011 | 1010111 |
Color Harmonies of #FCEDBF
Complementary color
Monochromatic Colors of #FCEDBF
Black with #FCEDBF
Text Example
Text Example
White with #FCEDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDBF; }
p { color: rgb(252,237,191); }
H1.HeaderClassName
{
color: #FCEDBF;
}
.AnyTagClassName
{
color: #FCEDBF;
}
</style>
background-color css
<style>
a { background-color: #FCEDBF; }
a { background-color: rgb(252,237,191); }
div.DivClassName
{
background-color: #FCEDBF;
}
.BgClassName
{
background-color: #FCEDBF;
}
</style>
border-color css
<style>
span { border-color: #FCEDBF; }
span { border-color: rgb(252,237,191); }
td.TdClassName
{
border-color: #FCEDBF;
}
.TagClassName
{
border-color: #FCEDBF;
}
</style>