Shades of Oasis #FCEBBD
Tints of Oasis #FCEBBD
RGB
CMYK
RGB Variations
Color information
#FCEBBD (or 0xFCEBBD) is known color: Oasis. HEX triplet: FC, EB and BD. RGB value is (252,235,189). Sum of RGB (Red+Green+Blue) = 252+235+189=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBBD is #031442. Grayscale: #EBEBEB. Windows color (decimal): -201795 or 12446716. OLE color: 12446716.
HSL color Cylindrical-coordinate representation of color #FCEBBD: hue angle of 43.81º 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 #FCEBBD is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 189 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.01 |
| HSL | 43.81º | 0.91% | 0.86% | - |
| HSV(B) | 43.81º | 0.25% | 0.99% | - |
| XYZ | 79.04 | 83.79 | 60.15 | - |
| YUV | 234.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 189 | 0 | 0.07 | 0.25 | 0.01 | 43.81 | 0.91 | 0.86 |
| Hex | FC | EB | BD | 0 | 7 | 19 | 1 | 2C | 5B | 56 |
| Octal | 374 | 353 | 275 | 0 | 7 | 31 | 1 | 54 | 133 | 126 |
| Binary | 11111100 | 11101011 | 10111101 | 0 | 111 | 11001 | 1 | 101100 | 1011011 | 1010110 |
Color Harmonies of #FCEBBD
Complementary color
Monochromatic Colors of #FCEBBD
Black with #FCEBBD
Text Example
Text Example
White with #FCEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBBD; }
p { color: rgb(252,235,189); }
H1.HeaderClassName
{
color: #FCEBBD;
}
.AnyTagClassName
{
color: #FCEBBD;
}
</style>
background-color css
<style>
a { background-color: #FCEBBD; }
a { background-color: rgb(252,235,189); }
div.DivClassName
{
background-color: #FCEBBD;
}
.BgClassName
{
background-color: #FCEBBD;
}
</style>
border-color css
<style>
span { border-color: #FCEBBD; }
span { border-color: rgb(252,235,189); }
td.TdClassName
{
border-color: #FCEBBD;
}
.TagClassName
{
border-color: #FCEBBD;
}
</style>