Shades of Oasis #FBEFC1
Tints of Oasis #FBEFC1
RGB
CMYK
RGB Variations
Color information
#FBEFC1 (or 0xFBEFC1) is known color: Oasis. HEX triplet: FB, EF and C1. RGB value is (251,239,193). Sum of RGB (Red+Green+Blue) = 251+239+193=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 193 (75.78% from 255 or 28.26% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFC1 is #04103E. Grayscale: #EDEDED. Windows color (decimal): -266303 or 12709883. OLE color: 12709883.
HSL color Cylindrical-coordinate representation of color #FBEFC1: hue angle of 47.59º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBEFC1 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 193 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.02 |
| HSL | 47.59º | 0.88% | 0.87% | - |
| HSV(B) | 47.59º | 0.23% | 0.98% | - |
| XYZ | 80.28 | 86.09 | 62.84 | - |
| YUV | 237.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 193 | 0 | 0.05 | 0.23 | 0.02 | 47.59 | 0.88 | 0.87 |
| Hex | FB | EF | C1 | 0 | 5 | 17 | 2 | 30 | 58 | 57 |
| Octal | 373 | 357 | 301 | 0 | 5 | 27 | 2 | 60 | 130 | 127 |
| Binary | 11111011 | 11101111 | 11000001 | 0 | 101 | 10111 | 10 | 110000 | 1011000 | 1010111 |
Color Harmonies of #FBEFC1
Complementary color
Monochromatic Colors of #FBEFC1
Black with #FBEFC1
Text Example
Text Example
White with #FBEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFC1; }
p { color: rgb(251,239,193); }
H1.HeaderClassName
{
color: #FBEFC1;
}
.AnyTagClassName
{
color: #FBEFC1;
}
</style>
background-color css
<style>
a { background-color: #FBEFC1; }
a { background-color: rgb(251,239,193); }
div.DivClassName
{
background-color: #FBEFC1;
}
.BgClassName
{
background-color: #FBEFC1;
}
</style>
border-color css
<style>
span { border-color: #FBEFC1; }
span { border-color: rgb(251,239,193); }
td.TdClassName
{
border-color: #FBEFC1;
}
.TagClassName
{
border-color: #FBEFC1;
}
</style>