Shades of Oasis #FCEABD
Tints of Oasis #FCEABD
RGB
CMYK
RGB Variations
Color information
#FCEABD (or 0xFCEABD) is known color: Oasis. HEX triplet: FC, EA and BD. RGB value is (252,234,189). Sum of RGB (Red+Green+Blue) = 252+234+189=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 189 (74.22% from 255 or 28% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEABD is #031542. Grayscale: #EAEAEA. Windows color (decimal): -202051 or 12446460. OLE color: 12446460.
HSL color Cylindrical-coordinate representation of color #FCEABD: hue angle of 42.86º 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 #FCEABD is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 189 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.01 |
| HSL | 42.86º | 0.91% | 0.86% | - |
| HSV(B) | 42.86º | 0.25% | 0.99% | - |
| XYZ | 78.75 | 83.22 | 60.06 | - |
| YUV | 234.25 | 102.46 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 189 | 0 | 0.07 | 0.25 | 0.01 | 42.86 | 0.91 | 0.86 |
| Hex | FC | EA | BD | 0 | 7 | 19 | 1 | 2B | 5B | 56 |
| Octal | 374 | 352 | 275 | 0 | 7 | 31 | 1 | 53 | 133 | 126 |
| Binary | 11111100 | 11101010 | 10111101 | 0 | 111 | 11001 | 1 | 101011 | 1011011 | 1010110 |
Color Harmonies of #FCEABD
Complementary color
Monochromatic Colors of #FCEABD
Black with #FCEABD
Text Example
Text Example
White with #FCEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEABD; }
p { color: rgb(252,234,189); }
H1.HeaderClassName
{
color: #FCEABD;
}
.AnyTagClassName
{
color: #FCEABD;
}
</style>
background-color css
<style>
a { background-color: #FCEABD; }
a { background-color: rgb(252,234,189); }
div.DivClassName
{
background-color: #FCEABD;
}
.BgClassName
{
background-color: #FCEABD;
}
</style>
border-color css
<style>
span { border-color: #FCEABD; }
span { border-color: rgb(252,234,189); }
td.TdClassName
{
border-color: #FCEABD;
}
.TagClassName
{
border-color: #FCEABD;
}
</style>