Shades of Oasis #FBEFC3
Tints of Oasis #FBEFC3
RGB
CMYK
RGB Variations
Color information
#FBEFC3 (or 0xFBEFC3) is known color: Oasis. HEX triplet: FB, EF and C3. RGB value is (251,239,195). Sum of RGB (Red+Green+Blue) = 251+239+195=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 195 (76.56% from 255 or 28.47% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFC3 is #04103C. Grayscale: #EDEDED. Windows color (decimal): -266301 or 12840955. OLE color: 12840955.
HSL color Cylindrical-coordinate representation of color #FBEFC3: hue angle of 47.14º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBEFC3 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 195 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.02 |
| HSL | 47.14º | 0.88% | 0.87% | - |
| HSV(B) | 47.14º | 0.22% | 0.98% | - |
| XYZ | 80.5 | 86.18 | 64.02 | - |
| YUV | 237.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 195 | 0 | 0.05 | 0.22 | 0.02 | 47.14 | 0.88 | 0.87 |
| Hex | FB | EF | C3 | 0 | 5 | 16 | 2 | 2F | 58 | 57 |
| Octal | 373 | 357 | 303 | 0 | 5 | 26 | 2 | 57 | 130 | 127 |
| Binary | 11111011 | 11101111 | 11000011 | 0 | 101 | 10110 | 10 | 101111 | 1011000 | 1010111 |
Color Harmonies of #FBEFC3
Complementary color
Monochromatic Colors of #FBEFC3
Black with #FBEFC3
Text Example
Text Example
White with #FBEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFC3; }
p { color: rgb(251,239,195); }
H1.HeaderClassName
{
color: #FBEFC3;
}
.AnyTagClassName
{
color: #FBEFC3;
}
</style>
background-color css
<style>
a { background-color: #FBEFC3; }
a { background-color: rgb(251,239,195); }
div.DivClassName
{
background-color: #FBEFC3;
}
.BgClassName
{
background-color: #FBEFC3;
}
</style>
border-color css
<style>
span { border-color: #FBEFC3; }
span { border-color: rgb(251,239,195); }
td.TdClassName
{
border-color: #FBEFC3;
}
.TagClassName
{
border-color: #FBEFC3;
}
</style>