Shades of Oasis #FBEAC0
Tints of Oasis #FBEAC0
RGB
CMYK
RGB Variations
Color information
#FBEAC0 (or 0xFBEAC0) is known color: Oasis. HEX triplet: FB, EA and C0. RGB value is (251,234,192). Sum of RGB (Red+Green+Blue) = 251+234+192=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 192 (75.39% from 255 or 28.36% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAC0 is #04153F. Grayscale: #EAEAEA. Windows color (decimal): -267584 or 12643067. OLE color: 12643067.
HSL color Cylindrical-coordinate representation of color #FBEAC0: hue angle of 42.71º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBEAC0 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 192 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.02 |
| HSL | 42.71º | 0.88% | 0.87% | - |
| HSV(B) | 42.71º | 0.24% | 0.98% | - |
| XYZ | 78.72 | 83.16 | 61.77 | - |
| YUV | 234.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 192 | 0 | 0.07 | 0.24 | 0.02 | 42.71 | 0.88 | 0.87 |
| Hex | FB | EA | C0 | 0 | 7 | 18 | 2 | 2B | 58 | 57 |
| Octal | 373 | 352 | 300 | 0 | 7 | 30 | 2 | 53 | 130 | 127 |
| Binary | 11111011 | 11101010 | 11000000 | 0 | 111 | 11000 | 10 | 101011 | 1011000 | 1010111 |
Color Harmonies of #FBEAC0
Complementary color
Monochromatic Colors of #FBEAC0
Black with #FBEAC0
Text Example
Text Example
White with #FBEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAC0; }
p { color: rgb(251,234,192); }
H1.HeaderClassName
{
color: #FBEAC0;
}
.AnyTagClassName
{
color: #FBEAC0;
}
</style>
background-color css
<style>
a { background-color: #FBEAC0; }
a { background-color: rgb(251,234,192); }
div.DivClassName
{
background-color: #FBEAC0;
}
.BgClassName
{
background-color: #FBEAC0;
}
</style>
border-color css
<style>
span { border-color: #FBEAC0; }
span { border-color: rgb(251,234,192); }
td.TdClassName
{
border-color: #FBEAC0;
}
.TagClassName
{
border-color: #FBEAC0;
}
</style>