Shades of Oasis #FCEBBE
Tints of Oasis #FCEBBE
RGB
CMYK
RGB Variations
Color information
#FCEBBE (or 0xFCEBBE) is known color: Oasis. HEX triplet: FC, EB and BE. RGB value is (252,235,190). Sum of RGB (Red+Green+Blue) = 252+235+190=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 190 (74.61% from 255 or 28.06% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBBE is #031441. Grayscale: #EBEBEB. Windows color (decimal): -201794 or 12512252. OLE color: 12512252.
HSL color Cylindrical-coordinate representation of color #FCEBBE: hue angle of 43.55º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCEBBE is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 190 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.01 |
| HSL | 43.55º | 0.91% | 0.87% | - |
| HSV(B) | 43.55º | 0.25% | 0.99% | - |
| XYZ | 79.15 | 83.83 | 60.72 | - |
| YUV | 234.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 190 | 0 | 0.07 | 0.25 | 0.01 | 43.55 | 0.91 | 0.87 |
| Hex | FC | EB | BE | 0 | 7 | 19 | 1 | 2C | 5B | 57 |
| Octal | 374 | 353 | 276 | 0 | 7 | 31 | 1 | 54 | 133 | 127 |
| Binary | 11111100 | 11101011 | 10111110 | 0 | 111 | 11001 | 1 | 101100 | 1011011 | 1010111 |
Color Harmonies of #FCEBBE
Complementary color
Monochromatic Colors of #FCEBBE
Black with #FCEBBE
Text Example
Text Example
White with #FCEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBBE; }
p { color: rgb(252,235,190); }
H1.HeaderClassName
{
color: #FCEBBE;
}
.AnyTagClassName
{
color: #FCEBBE;
}
</style>
background-color css
<style>
a { background-color: #FCEBBE; }
a { background-color: rgb(252,235,190); }
div.DivClassName
{
background-color: #FCEBBE;
}
.BgClassName
{
background-color: #FCEBBE;
}
</style>
border-color css
<style>
span { border-color: #FCEBBE; }
span { border-color: rgb(252,235,190); }
td.TdClassName
{
border-color: #FCEBBE;
}
.TagClassName
{
border-color: #FCEBBE;
}
</style>