Shades of Oasis #FBEAC4
Tints of Oasis #FBEAC4
RGB
CMYK
RGB Variations
Color information
#FBEAC4 (or 0xFBEAC4) is known color: Oasis. HEX triplet: FB, EA and C4. RGB value is (251,234,196). Sum of RGB (Red+Green+Blue) = 251+234+196=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 196 (76.95% from 255 or 28.78% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAC4 is #04153B. Grayscale: #EAEAEA. Windows color (decimal): -267580 or 12905211. OLE color: 12905211.
HSL color Cylindrical-coordinate representation of color #FBEAC4: hue angle of 41.45º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBEAC4 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 196 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.02 |
| HSL | 41.45º | 0.87% | 0.88% | - |
| HSV(B) | 41.45º | 0.22% | 0.98% | - |
| XYZ | 79.17 | 83.34 | 64.14 | - |
| YUV | 234.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 196 | 0 | 0.07 | 0.22 | 0.02 | 41.45 | 0.87 | 0.88 |
| Hex | FB | EA | C4 | 0 | 7 | 16 | 2 | 29 | 57 | 58 |
| Octal | 373 | 352 | 304 | 0 | 7 | 26 | 2 | 51 | 127 | 130 |
| Binary | 11111011 | 11101010 | 11000100 | 0 | 111 | 10110 | 10 | 101001 | 1010111 | 1011000 |
Color Harmonies of #FBEAC4
Complementary color
Monochromatic Colors of #FBEAC4
Black with #FBEAC4
Text Example
Text Example
White with #FBEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAC4; }
p { color: rgb(251,234,196); }
H1.HeaderClassName
{
color: #FBEAC4;
}
.AnyTagClassName
{
color: #FBEAC4;
}
</style>
background-color css
<style>
a { background-color: #FBEAC4; }
a { background-color: rgb(251,234,196); }
div.DivClassName
{
background-color: #FBEAC4;
}
.BgClassName
{
background-color: #FBEAC4;
}
</style>
border-color css
<style>
span { border-color: #FBEAC4; }
span { border-color: rgb(251,234,196); }
td.TdClassName
{
border-color: #FBEAC4;
}
.TagClassName
{
border-color: #FBEAC4;
}
</style>