Shades of Oasis #FCEEBB
Tints of Oasis #FCEEBB
RGB
CMYK
RGB Variations
Color information
#FCEEBB (or 0xFCEEBB) is known color: Oasis. HEX triplet: FC, EE and BB. RGB value is (252,238,187). Sum of RGB (Red+Green+Blue) = 252+238+187=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 187 (73.44% from 255 or 27.62% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEBB is #031144. Grayscale: #ECECEC. Windows color (decimal): -201029 or 12316412. OLE color: 12316412.
HSL color Cylindrical-coordinate representation of color #FCEEBB: hue angle of 47.08º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCEEBB is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 187 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.01 |
| HSL | 47.08º | 0.92% | 0.86% | - |
| HSV(B) | 47.08º | 0.26% | 0.99% | - |
| XYZ | 79.69 | 85.43 | 59.3 | - |
| YUV | 236.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 187 | 0 | 0.06 | 0.26 | 0.01 | 47.08 | 0.92 | 0.86 |
| Hex | FC | EE | BB | 0 | 6 | 1A | 1 | 2F | 5C | 56 |
| Octal | 374 | 356 | 273 | 0 | 6 | 32 | 1 | 57 | 134 | 126 |
| Binary | 11111100 | 11101110 | 10111011 | 0 | 110 | 11010 | 1 | 101111 | 1011100 | 1010110 |
Color Harmonies of #FCEEBB
Complementary color
Monochromatic Colors of #FCEEBB
Black with #FCEEBB
Text Example
Text Example
White with #FCEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEBB; }
p { color: rgb(252,238,187); }
H1.HeaderClassName
{
color: #FCEEBB;
}
.AnyTagClassName
{
color: #FCEEBB;
}
</style>
background-color css
<style>
a { background-color: #FCEEBB; }
a { background-color: rgb(252,238,187); }
div.DivClassName
{
background-color: #FCEEBB;
}
.BgClassName
{
background-color: #FCEEBB;
}
</style>
border-color css
<style>
span { border-color: #FCEEBB; }
span { border-color: rgb(252,238,187); }
td.TdClassName
{
border-color: #FCEEBB;
}
.TagClassName
{
border-color: #FCEEBB;
}
</style>