Shades of Oasis #FBECC0
Tints of Oasis #FBECC0
RGB
CMYK
RGB Variations
Color information
#FBECC0 (or 0xFBECC0) is known color: Oasis. HEX triplet: FB, EC and C0. RGB value is (251,236,192). Sum of RGB (Red+Green+Blue) = 251+236+192=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECC0 is #04133F. Grayscale: #EBEBEB. Windows color (decimal): -267072 or 12643579. OLE color: 12643579.
HSL color Cylindrical-coordinate representation of color #FBECC0: hue angle of 44.75º 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 #FBECC0 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 236 | 192 | - |
CMYK | 0 | 0.06 | 0.24 | 0.02 |
HSL | 44.75º | 0.88% | 0.87% | - |
HSV(B) | 44.75º | 0.24% | 0.98% | - |
XYZ | 79.29 | 84.31 | 61.96 | - |
YUV | 235.47 | 103.47 | 139.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 236 | 192 | 0 | 0.06 | 0.24 | 0.02 | 44.75 | 0.88 | 0.87 |
Hex | FB | EC | C0 | 0 | 6 | 18 | 2 | 2D | 58 | 57 |
Octal | 373 | 354 | 300 | 0 | 6 | 30 | 2 | 55 | 130 | 127 |
Binary | 11111011 | 11101100 | 11000000 | 0 | 110 | 11000 | 10 | 101101 | 1011000 | 1010111 |
Color Harmonies of #FBECC0
Complementary color
Monochromatic Colors of #FBECC0
Black with #FBECC0
Text Example
Text Example
White with #FBECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECC0; }
p { color: rgb(251,236,192); }
H1.HeaderClassName
{
color: #FBECC0;
}
.AnyTagClassName
{
color: #FBECC0;
}
</style>
background-color css
<style>
a { background-color: #FBECC0; }
a { background-color: rgb(251,236,192); }
div.DivClassName
{
background-color: #FBECC0;
}
.BgClassName
{
background-color: #FBECC0;
}
</style>
border-color css
<style>
span { border-color: #FBECC0; }
span { border-color: rgb(251,236,192); }
td.TdClassName
{
border-color: #FBECC0;
}
.TagClassName
{
border-color: #FBECC0;
}
</style>