Shades of Oasis #FCEEBD
Tints of Oasis #FCEEBD
RGB
CMYK
RGB Variations
Color information
#FCEEBD (or 0xFCEEBD) is known color: Oasis. HEX triplet: FC, EE and BD. RGB value is (252,238,189). Sum of RGB (Red+Green+Blue) = 252+238+189=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 189 (74.22% from 255 or 27.84% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEBD is #031142. Grayscale: #ECECEC. Windows color (decimal): -201027 or 12447484. OLE color: 12447484.
HSL color Cylindrical-coordinate representation of color #FCEEBD: hue angle of 46.67º 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 #FCEEBD is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 189 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.01 |
| HSL | 46.67º | 0.91% | 0.86% | - |
| HSV(B) | 46.67º | 0.25% | 0.99% | - |
| XYZ | 79.9 | 85.52 | 60.44 | - |
| YUV | 236.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 189 | 0 | 0.06 | 0.25 | 0.01 | 46.67 | 0.91 | 0.86 |
| Hex | FC | EE | BD | 0 | 6 | 19 | 1 | 2F | 5B | 56 |
| Octal | 374 | 356 | 275 | 0 | 6 | 31 | 1 | 57 | 133 | 126 |
| Binary | 11111100 | 11101110 | 10111101 | 0 | 110 | 11001 | 1 | 101111 | 1011011 | 1010110 |
Color Harmonies of #FCEEBD
Complementary color
Monochromatic Colors of #FCEEBD
Black with #FCEEBD
Text Example
Text Example
White with #FCEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEBD; }
p { color: rgb(252,238,189); }
H1.HeaderClassName
{
color: #FCEEBD;
}
.AnyTagClassName
{
color: #FCEEBD;
}
</style>
background-color css
<style>
a { background-color: #FCEEBD; }
a { background-color: rgb(252,238,189); }
div.DivClassName
{
background-color: #FCEEBD;
}
.BgClassName
{
background-color: #FCEEBD;
}
</style>
border-color css
<style>
span { border-color: #FCEEBD; }
span { border-color: rgb(252,238,189); }
td.TdClassName
{
border-color: #FCEEBD;
}
.TagClassName
{
border-color: #FCEEBD;
}
</style>